Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMCapabilities
References
| |
|
| Module |
ElectraCDM |
| Header |
/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
| Include |
#include "ElectraCDM.h" |
Syntax
enum ESupportResult
&123;
Supported,
NotSupported,
CodecRequired,
FeatureRequired,
BadMIMEType,
SecureDecoderRequired,
SecureDecoderNotRequired,
&125;
Values
| Name |
Description |
| Supported |
The media type is supported. |
| NotSupported |
The media type is not supported. |
| CodecRequired |
The specified MIME type needs to provide the "codecs" information to determine whether or not the type is supported. |
| FeatureRequired |
The specified MIME type needs to provide feature information to determine whether or not the type is supported. |
| BadMIMEType |
Failed to parse the MIME type string. Check if it is of correct syntax. |
| SecureDecoderRequired |
Secure decoder required. |
| SecureDecoderNotRequired |
Secure decoder not required. |