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