MF_MSE_ERROR enumeration (mfmediaengine.h)

Defines the different error states of the Media Source Extension.

Syntax

typedef enum MF_MSE_ERROR {
  MF_MSE_ERROR_NOERROR = 0,
  MF_MSE_ERROR_NETWORK = 1,
  MF_MSE_ERROR_DECODE = 2,
  MF_MSE_ERROR_UNKNOWN_ERROR = 3
} ;

Constants

 
MF_MSE_ERROR_NOERROR
Value: 0
Specifies no error.
MF_MSE_ERROR_NETWORK
Value: 1
Specifies an error with the network.
MF_MSE_ERROR_DECODE
Value: 2
Specifies an error with decoding.
MF_MSE_ERROR_UNKNOWN_ERROR
Value: 3
Specifies an unknown error.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header mfmediaengine.h

See also

Media Foundation Enumerations