Click or drag to resize

PlayerError Properties

Version 102.0.100

The PlayerError type exposes the following members.

Properties
  NameDescription
Public propertyCause
Errors potentially have a root cause error, ie, a DecoderError might be caused by an WindowsError
Public propertyCode
Code is the numeric enum entry for a specific set of error codes, such as PipelineStatusCodes in media/base/pipeline_status.h
Public propertyData
Extra data attached to an error, such as an HRESULT, Video Codec, etc.
Public propertyErrorType
ErrorType
Public propertyStack
A trace of where this error was caused / where it passed through.
Top
See Also