Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDM
Description
CDM system capabilities
Returns an interface to a CDM system's capabilities. The system is identified through its unique scheme id (a UUID). If there is no CDM system for the given scheme a nullptr is returned.
| Name | GetCDMCapabilitiesForScheme |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
| Include Path | #include "ElectraCDM.h" |
TSharedPtr < IMediaCDMCapabilities , ESPMode::ThreadSafe > GetCDMCapabilitiesForScheme
(
const FString & InCDMScheme,
const FString & InValue,
const FString & InAdditionalElements
)