IMediaCDMClient::SetLicenseKeyResponseData

Sets the license server's response data.

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h

Include

#include "ElectraCDMClient.h"

Syntax

ECDMError SetLicenseKeyResponseData
(
    void * InEventId,
    int32 HttpResponseCode,
    const TArray< uint8 > & InKeyResponseData
)

Remarks

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().

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss