Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_NOERRORValue: 0 Specifies no error. |
MF_MSE_ERROR_NETWORKValue: 1 Specifies an error with the network. |
MF_MSE_ERROR_DECODEValue: 2 Specifies an error with decoding. |
MF_MSE_ERROR_UNKNOWN_ERRORValue: 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 |