Navigation
Unreal Engine C++ API Reference > Plugins > ElectraCDM > IMediaCDM
References
Module | ElectraCDM |
Header | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDM.h |
Include | #include "ElectraCDM.h" |
TSharedPtr < IMediaCDMCapabilities , ESPMode::ThreadSafe > GetCDMCapabilitiesForScheme
(
const FString & InCDMScheme,
const FString & InValue,
const FString & InAdditionalElements
)
Remarks
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.