Navigation
Unreal Engine C++ API Reference > Plugins > ElectraCDM
References
Module | ElectraCDM |
Header | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h |
Include | #include "ElectraCDMClient.h" |
Syntax
class IMediaCDMEventListener
Remarks
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.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | OnCDMEvent
(
ECDMEventType InEventType, |
An event triggered by a CDM system that needs to be processed by the applicate. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ECDMEventType |