.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMediaEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMediaEvent \- .SH DESCRIPTION Event wxMediaCtrl uses. .SH "PARENTS" wxNotifyEvent .SH "INCLUDE FILES" wx/mediactrl.h .SH MEMBERS .SH EVENTS .SS EVT_MEDIA_LOADED(func) Sent when a media has loaded enough data that it can start playing. .SS EVT_MEDIA_STOP(func) Triggerred right before the media stops. You can Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media. .SS EVT_MEDIA_FINISHED(func) Sent when a media has finished playing in a wxMediaCtrl . Note that if you connect to this event and don't skip it, it will override the looping behaviour of the media control. .SH "SEE ALSO" wxNotifyEvent .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.