MseStreamSource.ReadyState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.