IMFTimedTextNotify::Error method (mfmediaengine.h)
Called when an error occurs in a text track.
Syntax
void Error(
[in] MF_TIMED_TEXT_ERROR_CODE errorCode,
[in] HRESULT extendedErrorCode,
[in] DWORD sourceTrackId
);
Parameters
[in] errorCode
Type: MF_TIMED_TEXT_ERROR_CODE
An MF_TIMED_TEXT_ERROR_CODE representing the last error.
[in] extendedErrorCode
Type: extendedErrorCode
The extended error code for the last error.
[in] sourceTrackId
Type: extendedErrorCode
The identifier of the track on which the error occurred.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | mfmediaengine.h |