MF_TIMED_TEXT_ERROR_CODE 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 kind error that occurred with a timed text track.
Syntax
typedef enum MF_TIMED_TEXT_ERROR_CODE { MF_TIMED_TEXT_ERROR_CODE_NOERROR = 0, MF_TIMED_TEXT_ERROR_CODE_FATAL = 1, MF_TIMED_TEXT_ERROR_CODE_DATA_FORMAT = 2, MF_TIMED_TEXT_ERROR_CODE_NETWORK = 3, MF_TIMED_TEXT_ERROR_CODE_INTERNAL = 4 } MF_TIMED_TEXT_ERROR_CODE;
Constants
- MF_TIMED_TEXT_ERROR_CODE_NOERROR
-
No error occurred.
- MF_TIMED_TEXT_ERROR_CODE_FATAL
-
A fatal error occurred.
- MF_TIMED_TEXT_ERROR_CODE_DATA_FORMAT
-
An error occurred with the data format of the timed text track.
- MF_TIMED_TEXT_ERROR_CODE_NETWORK
-
A network error occurred when trying to load the timed text track.
- MF_TIMED_TEXT_ERROR_CODE_INTERNAL
-
An internal error occurred.
Remarks
This enumeration is used to return error information from the IMFTimedTextTrack::GetErrorCode method.
Requirements
|
Header |
|
|---|
See also