MF_MSE_READY enumeration
Defines the different ready states of the Media Source Extension.
Syntax
typedef enum _MF_MSE_READY {
MF_MSE_READY_CLOSED = 1,
MF_MSE_READY_OPEN = 2,
MF_MSE_READY_ENDED = 3
} MF_MSE_READY;
Constants
-
MF_MSE_READY_CLOSED
-
The media source is closed.
-
MF_MSE_READY_OPEN
-
The media source is open.
-
MF_MSE_READY_ENDED
-
The media source is ended.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 [desktop apps only] |
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
IDL |
|
See also