Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMCapabilities
Description
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.
| Name | RequiresSecureDecoder |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
| Include Path | #include "ElectraCDM.h" |
ESupportResult RequiresSecureDecoder
(
const FString & InMimeType
)