ESupportResult

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h

Include

#include "ElectraCDM.h"

Syntax

enum ESupportResult
{
    Supported,
    NotSupported,
    CodecRequired,
    FeatureRequired,
    BadMIMEType,
    SecureDecoderRequired,
    SecureDecoderNotRequired,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss