Shaka Player Embedded
Public Member Functions | Public Attributes | List of all members
shaka::eme::EncryptionPattern Struct Referencefinal

#include <configuration.h>

Public Member Functions

 EncryptionPattern ()
 
 EncryptionPattern (uint32_t encrypted_blocks, uint32_t clear_blocks)
 

Public Attributes

uint32_t encrypted_blocks
 
uint32_t clear_blocks
 

Detailed Description

Definition at line 92 of file configuration.h.

Constructor & Destructor Documentation

§ EncryptionPattern() [1/2]

shaka::eme::EncryptionPattern::EncryptionPattern ( )

Definition at line 20 of file configuration.cc.

§ EncryptionPattern() [2/2]

shaka::eme::EncryptionPattern::EncryptionPattern ( uint32_t  encrypted_blocks,
uint32_t  clear_blocks 
)

Definition at line 22 of file configuration.cc.

Member Data Documentation

§ clear_blocks

uint32_t shaka::eme::EncryptionPattern::clear_blocks

The number of 16-byte blocks that are clear.

Definition at line 99 of file configuration.h.

§ encrypted_blocks

uint32_t shaka::eme::EncryptionPattern::encrypted_blocks

The number of 16-byte blocks that are encrypted.

Definition at line 97 of file configuration.h.


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