Gets the state of the playback device.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic PlaybackState State { get; }
Public ReadOnly Property State As PlaybackState
Get
public:
property PlaybackState State {
PlaybackState get ();
}
member State : PlaybackState with get
Property Value
Type:
PlaybackState
See Also