MF_TIMED_TEXT_CUE_EVENT enumeration (mfmediaengine.h)
Specifies the type of a timed text cue event.
Syntax
typedef enum MF_TIMED_TEXT_CUE_EVENT {
MF_TIMED_TEXT_CUE_EVENT_ACTIVE = 0,
MF_TIMED_TEXT_CUE_EVENT_INACTIVE,
MF_TIMED_TEXT_CUE_EVENT_CLEAR
} ;
Constants
MF_TIMED_TEXT_CUE_EVENT_ACTIVE Value: 0 The cue has become active. |
MF_TIMED_TEXT_CUE_EVENT_INACTIVE The cue has become inactive. |
MF_TIMED_TEXT_CUE_EVENT_CLEAR All cues have been deactivated. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | mfmediaengine.h |