Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
} ;
Constants
MF_MSE_READY_CLOSED Value: 1 The media source is closed. |
MF_MSE_READY_OPEN Value: 2 The media source is open. |
MF_MSE_READY_ENDED Value: 3 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] |
Header | mfmediaengine.h |