Enum MediaState
Represents the state of a media source or sink.
public enum MediaState
Fields
Closed = 6Closed and resources released.
Error = 7An error occurred.
Initialized = 0Initial state after creation.
Opened = 2Successfully opened and ready for use.
Opening = 1Currently opening or connecting.
Paused = 4Temporarily paused.
Started = 3Actively processing media data.
Stopped = 5Stopped and can't be restarted.