wx.media.MediaEvent¶
Event wx.media.MediaCtrl uses.
Events Emitted by this Class¶
Handlers bound for the following event types will receive a wx.media.MediaEvent parameter.
EVT_MEDIA_LOADED: Sent when a media has loaded enough data that it can start playing. Processes a
wxEVT_MEDIA_LOADED
event type.EVT_MEDIA_STOP: Sent when a media has switched to the
MEDIASTATE_STOPPED
state. You may be able to Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media (note that this may not have the desired effect - if you want to loop the media, for example, catch theEVT_MEDIA_FINISHED
and play there instead). Processes awxEVT_MEDIA_STOP
event type.EVT_MEDIA_FINISHED: Sent when a media has finished playing in a wx.media.MediaCtrl. Processes a
wxEVT_MEDIA_FINISHED
event type.EVT_MEDIA_STATECHANGED: Sent when a media has switched its state (from any media state). Processes a
wxEVT_MEDIA_STATECHANGED
event type.EVT_MEDIA_PLAY: Sent when a media has switched to the
MEDIASTATE_PLAYING
state. Processes awxEVT_MEDIA_PLAY
event type.EVT_MEDIA_PAUSE: Sent when a media has switched to the
MEDIASTATE_PAUSED
state. Processes awxEVT_MEDIA_PAUSE
event type.
Class Hierarchy¶
Methods Summary¶
Default constructor. |