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_LOADEDevent type.EVT_MEDIA_STOP: Sent when a media has switched to the
MEDIASTATE_STOPPEDstate. 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_FINISHEDand play there instead). Processes awxEVT_MEDIA_STOPevent type.EVT_MEDIA_FINISHED: Sent when a media has finished playing in a wx.media.MediaCtrl. Processes a
wxEVT_MEDIA_FINISHEDevent type.EVT_MEDIA_STATECHANGED: Sent when a media has switched its state (from any media state). Processes a
wxEVT_MEDIA_STATECHANGEDevent type.EVT_MEDIA_PLAY: Sent when a media has switched to the
MEDIASTATE_PLAYINGstate. Processes awxEVT_MEDIA_PLAYevent type.EVT_MEDIA_PAUSE: Sent when a media has switched to the
MEDIASTATE_PAUSEDstate. Processes awxEVT_MEDIA_PAUSEevent type.
Class Hierarchy¶
Methods Summary¶
Default constructor. |
