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

Decryption scheme using Common Encryption cbcs (AES-CBC mode). More...

#include <WsbMediaAesDecrypter.h>

Data Fields

WSB_DecContentAccess content_access
 
WSB_Size crypt_byte_block
 Pattern encryption with crypt_byte_block + skip_byte_block equal 10 for video and no pattern encryption for audio is recommended. More...
 
WSB_Size skip_byte_block
 
WSB_Size constant_iv_size
 Constant IV size (in bytes). More...
 
const WSB_Byteconstant_iv
 Constant IV byte array. More...
 

Detailed Description

Decryption scheme using Common Encryption cbcs (AES-CBC mode).

Field Documentation

◆ constant_iv

const WSB_Byte* WSB_DecSchemeCencCbcs::constant_iv

Constant IV byte array.

◆ constant_iv_size

WSB_Size WSB_DecSchemeCencCbcs::constant_iv_size

Constant IV size (in bytes).

◆ content_access

WSB_DecContentAccess WSB_DecSchemeCencCbcs::content_access

◆ crypt_byte_block

WSB_Size WSB_DecSchemeCencCbcs::crypt_byte_block

Pattern encryption with crypt_byte_block + skip_byte_block equal 10 for video and no pattern encryption for audio is recommended.

◆ skip_byte_block

WSB_Size WSB_DecSchemeCencCbcs::skip_byte_block

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