hasNextMediaItem

Indicates whether there's a next media item available in the playlist after the current one.

This property checks if the current media item index (currentMediaItemIndex) is less than the total number of media items in the playlist (mediaItemCount) minus 1 (to account for zero-based indexing). It returns true if there's at least one more item after the current one, and false otherwise.