IMediaCDMClient::GetLicenseKeyRequestData

Returns the data to send to the license server as well as the HTTP method and additional HTTP headers.

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

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

Include

#include "ElectraCDMClient.h"

Syntax

void GetLicenseKeyRequestData
(
    TArray< uint8 > & OutKeyRequestData,
    FString & OutHttpMethod,
    TArray< FString > & OutHttpHeaders,
    uint32 & OutFlags
)

Remarks

Returns the data to send to the license server as well as the HTTP method and additional HTTP headers.

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