MF_MSE_ERROR enumeration
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
} MF_MSE_ERROR;
Constants
-
MF_MSE_ERROR_NOERROR
-
Specifies no error.
-
MF_MSE_ERROR_NETWORK
-
Specifies an error with the network.
-
MF_MSE_ERROR_DECODE
-
Specifies an error with decoding.
-
MF_MSE_ERROR_UNKNOWN_ERROR
-
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] |
IDL |
|
See also