RDK Documentation (Open Sourced RDK Components)
AampLicenseRequest Struct Reference

Holds the data to get the License. More...

#include <AampDrmHelper.h>

Collaboration diagram for AampLicenseRequest:
Collaboration graph

Public Types

enum  LicenseMethod
 

Data Fields

LicenseMethod method
 
bool licenseAnonymousRequest
 
std::string url
 
std::string payload
 
std::unordered_map< std::string, std::vector< std::string > > headers
 

yes

Holds the data to get the License.

Definition at line 57 of file AampDrmHelper.h.

Member Enumeration Documentation

◆ LicenseMethod

Enumerator
DRM_RETRIEVE 

Don't fetch the license, it will be handled externally by the DRM

GET 

Fetch license via HTTP GET request

POST 

Fetch license via HTTP POST request

Definition at line 61 of file AampDrmHelper.h.


The documentation for this struct was generated from the following file: