Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
WSB_DecContentAccess Struct Reference

Content access information. More...

#include <WsbMediaAesDecrypter.h>

Data Fields

WSB_Size content_id_size
 Content id size (in bytes, not include terminating NULL). More...
 
const WSB_Bytecontent_id
 Content id. More...
 
WSB_Size content_key_size
 Content key size (in bytes). More...
 
const WSB_Bytecontent_key
 Content key byte array (e.g., from WSB_KeyManager). More...
 

Detailed Description

Content access information.

Field Documentation

◆ content_id

const WSB_Byte* WSB_DecContentAccess::content_id

Content id.

◆ content_id_size

WSB_Size WSB_DecContentAccess::content_id_size

Content id size (in bytes, not include terminating NULL).

◆ content_key

const WSB_Byte* WSB_DecContentAccess::content_key

Content key byte array (e.g., from WSB_KeyManager).

◆ content_key_size

WSB_Size WSB_DecContentAccess::content_key_size

Content key size (in bytes).


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