MF_TIMED_TEXT_CUE_EVENT enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
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 = 1, MF_TIMED_TEXT_CUE_EVENT_CLEAR = 2 } MF_TIMED_TEXT_CUE_EVENT;
Constants
- MF_TIMED_TEXT_CUE_EVENT_ACTIVE
-
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
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
See also
Show: