Event
|
Description
|
PE_READY
|
Indicates media is available to begin play-back
|
PE_PLAYING
|
Indicates the player has begun streaming the media. The direction and rate of playback is not specified.
|
PE_PAUSED
|
Indicates the streaming of the media has been paused.
|
PE_STOPPED
|
Indicates the streaming of the media has been paused, either due to a control input, a fatal error, or because the end of the media file was reached.
|
PE_SUSPENDED
|
All player activities have been temporarily suspended due to an event or action external to the Framework or Package.
|
PE_RESUMED
|
Player has been placed back in an active state after being suspended.
|
PE_ERROR
|
Indicates an error in playback
|
PE_MODE_CHANGE
|
Indicates a change to the rate or direction of playback.
|
PE_GEOMETRY_CHANGE
|
Indicates a change to the player geometry.
|
PE_CTRLBAR_CHANGE
|
Indicates a change to the visibility of the player's internal control bar.
|
PE_MUTE_CHANGE
|
Indicates a switch into, or out of, the MUTED AUDIO state.
|
PE_REPOSITION_START
|
Indicates that the player has an initiated a repositioning of the point of playback in response to a jump command.
|
PE_REPOSITION_END
|
Indicates that the player has an completed or terminated a repositioning of the point of playback in response to a jump command.
|
PE_TIME_EVT_P
|
Indicates a change in the current playback position by some fixed period of time (e.g. 250 sec.)
|
PE_TIME_EVT_R
|
Indicates the playback position has reached a specific point (e.g., 15 m 30 s)
|
PE_VISIBILITY
|
Indicates change in visibility of player to user (e.g., window has been minimized)
|
eventCode: integer value equal to one of the PE_xxxx values.
evtPosAbs: Absolute position of media stream (in milliseconds) at the time of the event.