Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMClient
Description
Sets the license server's response data. This will, if successful, also update any already existing decrypters with the keys. The EventId must be the one received in OnCDMEvent().
| Name | SetLicenseKeyResponseData |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h |
| Include Path | #include "ElectraCDMClient.h" |
ECDMError SetLicenseKeyResponseData
(
void * InEventId,
int32 HttpResponseCode,
const TArray < uint8 > & InKeyResponseData
)