Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
An XPCA_Content type describes the status of a protected content with regard to the license associated with it. More...
#include <EmbStorage.h>
Data Fields | |
uint8_t | contentId [EMB_CONTENT_ID_HASH_LENGTH] |
Binary data for the hash content id. More... | |
uint32_t | status |
Bitmask, use XPCA_CONTENT_STATUS_IS_IN_xxx to access the bitmask. More... | |
int32_t | eplGroupId |
Group id from the EPL, -1 if contentID is missing in the EPL or it is not associated with a group. More... | |
An XPCA_Content type describes the status of a protected content with regard to the license associated with it.
The status and groupId values allow to characterize the status of the content according to the following table:
uint8_t XPCA_Content::contentId[EMB_CONTENT_ID_HASH_LENGTH] |
Binary data for the hash content id.
int32_t XPCA_Content::eplGroupId |
Group id from the EPL, -1 if contentID is missing in the EPL or it is not associated with a group.
uint32_t XPCA_Content::status |
Bitmask, use XPCA_CONTENT_STATUS_IS_IN_xxx to access the bitmask.