MediaPlayer.playbackState Method |
Returns the current unit's playback state.
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MediaPlayer. MoviePlaybackState playbackState()
Public Function playbackState As MediaPlayer.MoviePlaybackState
public:
MediaPlayer. MoviePlaybackState playbackState()
member playbackState : unit -> MediaPlayer. MoviePlaybackState
Return Value
Type:
MediaPlayer.MoviePlaybackStateThe current playback state.
See Also