| WaveOutBasePlaybackState Property  | 
            Gets the state of the playback.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic PlaybackState PlaybackState { get; protected set; }Public Property PlaybackState As PlaybackState
	Get
	Protected Set
public:
virtual property PlaybackState PlaybackState {
	PlaybackState get () sealed;
	protected: void set (PlaybackState value) sealed;
}abstract PlaybackState : PlaybackState with get, set
override PlaybackState : PlaybackState with get, set
Property Value
Type: 
PlaybackStateImplements
IWaveOutPlaybackState
See Also