1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %% Purpose: wxMediaEvent docs
4 %% Author: Ryan Norton <wxprojects@comcast.net>
8 %% Copyright: (c) Ryan Norton
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 \section{\class{wxMediaEvent
}}\label{wxmediaevent
}
14 Event
\helpref{wxMediaCtrl
}{wxmediactrl
} uses.
16 \wxheading{Derived from
}
18 \helpref{wxNotifyEvent
}{wxnotifyevent
}
20 \wxheading{Include files
}
24 \wxheading{Event table macros
}
27 \begin{twocollist
}\itemsep=
0pt
28 \twocolitem{{\bf EVT
\_MEDIA\_LOADED(func)
}}{Sent when a media has loaded enough data that it can start playing.
}
29 \twocolitem{{\bf EVT
\_MEDIA\_STOP(func)
}}{
30 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.
}
31 \twocolitem{{\bf EVT
\_MEDIA\_FINISHED(func)
}}{Sent when a media has finished playing in a
\helpref{wxMediaCtrl
}{wxmediactrl
}. Note that if you connect to this event and don't skip it, it will override the looping behaviour of the media control.
}
34 \latexignore{\rtfignore{\wxheading{Members
}}}