#include </home/work/projects/wx/2.9/wx/interface/wx/mediactrl.h>

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
wxMEDIASTATE_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 the EVT_MEDIA_FINISHED and play there instead). wxMEDIASTATE_PLAYING state. wxMEDIASTATE_PAUSED state.
Public Member Functions | |
| wxMediaEvent (wxEventType commandType=wxEVT_NULL, int winid=0) | |
| Default ctor. | |
| wxMediaEvent::wxMediaEvent | ( | wxEventType | commandType = wxEVT_NULL, |
|
| int | winid = 0 | |||
| ) |
Default ctor.
|
[ top ] |