MediaPlayerIdleReason
Possible reason why a media is idle.
Index
Enumeration members
Enumeration members
CANCELLED
• CANCELLED: = "cancelled"
A sender requested to stop playback using the STOP command.
ERROR
• ERROR: = "error"
The media was interrupted due to an error, this could be for example if the player could not download media due to networking errors.
FINISHED
• FINISHED: = "finished"
The media playback completed.
INTERRUPTED
• INTERRUPTED: = "interrupted"
A sender requested playing a different media using the LOAD command.