AudioPlayerPlaybackState Property |
The state of the player.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public PlaybackState PlaybackState { get; }
Public ReadOnly Property PlaybackState As PlaybackState
Get
Dim instance As AudioPlayer
Dim value As PlaybackState
value = instance.PlaybackState
member PlaybackState : PlaybackState with get
/** @property */
public PlaybackState get_PlaybackState()
function get PlaybackState () : PlaybackState
function get_PlaybackState();
Property Value
Type:
PlaybackStateSee Also