RDK Documentation (Open Sourced RDK Components)
|
Holds the data to get the License. More...
#include <AampDrmHelper.h>
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 |
Holds the data to get the License.
Definition at line 57 of file AampDrmHelper.h.
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.