MseStreamSource.ReadyState Property

Definition

Gets a value that specifies the ready state of the MseStreamSource.

public:
 property MseReadyState ReadyState { MseReadyState get(); };
MseReadyState ReadyState();
public MseReadyState ReadyState { get; }
var mseReadyState = mseStreamSource.readyState;
Public ReadOnly Property ReadyState As MseReadyState

Property Value

A MseReadyState-typed value that specifies the ready state of the MseStreamSource.

Applies to