|
RDK Documentation (Open Sourced RDK Components)
|
DrmData & operator=(const DrmData &)=delete
assignment operator disabled
void addData(unsigned char *data, int dataLength)
Appends DrmData with given data.
To hold DRM key, license request etc.
void setData(unsigned char *data, int dataLength)
Updates DrmData with given data.
int getDataLength()
Getter method for dataLength.
~DrmData()
Distructor for DrmData. Free memory (if any) allocated for data.
const std::string & getData()
Getter method for data.
DrmData()
Default constructor for DrmData. NULL initialize data and dataLength.