Click or drag to resize
PlaybackState Enumeration
Specifies the states of a playback.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum PlaybackState
Members
  Member nameValueDescription
Playing0 Playback is playing.
Paused1 Playback is paused.
Stopped2 Playback is stopped.
See Also