Navigation
API > API/Plugins > API/Plugins/ElectraCDM
Event listener to be registered with a CDM client. This must be implemented by the application to be notified about the CDM client's needs that need to be satisfied, like performing license acquisition.
| Name | IMediaCDMEventListener |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h |
| Include Path | #include "ElectraCDMClient.h" |
Syntax
class IMediaCDMEventListener
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMediaCDMEventListener() |
ElectraCDMClient.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECDMEventType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnCDMEvent
(
ECDMEventType InEventType, |
An event triggered by a CDM system that needs to be processed by the applicate. | ElectraCDMClient.h |