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_ACTIVEValue: 0 The cue has become active. |
MF_TIMED_TEXT_CUE_EVENT_INACTIVEThe cue has become inactive. |
MF_TIMED_TEXT_CUE_EVENT_CLEARAll cues have been deactivated. |
Requirements
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | mfmediaengine.h |