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