IMediaCDMCapabilities::RequiresSecureDecoder

Returns if a secure decoder is required for the specified media type.

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

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

Include

#include "ElectraCDM.h"

Syntax

ESupportResult RequiresSecureDecoder
(
    const FString & InMimeType
)

Remarks

Returns if a secure decoder is required for the specified media type. This SHOULD be able to return the proper answer WITHOUT having acquired a license since this is may be used to select/deselect streams upfront.

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