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.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | mfmediaengine.h |