Navigation
Unreal Engine C++ API Reference > Plugins > ElectraCDM
References
Module | ElectraCDM |
Header | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
Include | #include "ElectraCDM.h" |
Syntax
class IMediaCDMCapabilities
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ESupportResult | RequiresSecureDecoder
(
const FString& InMimeType |
Returns if a secure decoder is required for the specified media type. |
![]() |
ESupportResult | SupportsCipher
(
const FString& InCipherType |
Returns if a specified cipher (eg. "cenc" or "cbcs") is supported by this CDM. |
![]() |
ESupportResult | SupportsType
(
const FString& InMimeType |
Returns if a specified media type is supported by this CDM. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ESupportResult |