Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMCapabilities
| |
|
| Name |
ESupportResult |
| Type |
enum |
| Header File |
/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
| Include Path |
#include "ElectraCDM.h" |
Syntax
enum ESupportResult
{
Supported,
NotSupported,
CodecRequired,
FeatureRequired,
BadMIMEType,
SecureDecoderRequired,
SecureDecoderNotRequired,
}
Values
| Name |
Remarks |
| 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. |