- wxMediaCtrl
Default constructor - you MUST call Create() before calling any other methods of wxMediaCtrl.
- Create
Creates this control.
- GetBestSize
Obtains the best size relative to the original/natural size of the video, if there is any.
- GetPlaybackRate
Obtains the playback rate, or speed of the media.
- GetState
Obtains the state the playback of the media is in -.
- GetVolume
Gets the volume of the media from a 0.0 to 1.0 range.
- Length
Obtains the length - the total amount of time the movie has in milliseconds.
- Load
Loads the file that fileName refers to.
- LoadURI
Same as Load(const wxURI& uri).
- LoadURIWithProxy
Same as Load(const wxURI& uri, const wxURI& proxy).
- Pause
Pauses playback of the movie.
- Play
Resumes playback of the movie.
- Seek
Seeks to a position within the movie.
- SetPlaybackRate
Sets the playback rate, or speed of the media, to that referred by dRate.
- SetVolume
Sets the volume of the media from a 0.0 to 1.0 range to that referred by dVolume.
- ShowPlayerControls
A special feature to wxMediaCtrl.
- Stop
Stops the media.
- Tell
Obtains the current position in time within the movie in milliseconds.