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

#include <configuration.h>

Public Member Functions

 SubsampleInfo (uint32_t clear_bytes, uint32_t protected_bytes)
 

Public Attributes

uint32_t clear_bytes
 
uint32_t protected_bytes
 

Detailed Description

Contains how many bytes are encrypted in a subsample. Each subsample is contiguous and starts with some number of clear bytes followed by some number of protected bytes.

Definition at line 107 of file configuration.h.

Constructor & Destructor Documentation

§ SubsampleInfo()

shaka::eme::SubsampleInfo::SubsampleInfo ( uint32_t  clear_bytes,
uint32_t  protected_bytes 
)

Definition at line 27 of file configuration.cc.

Member Data Documentation

§ clear_bytes

uint32_t shaka::eme::SubsampleInfo::clear_bytes

The number of clear bytes, can be 0.

Definition at line 111 of file configuration.h.

§ protected_bytes

uint32_t shaka::eme::SubsampleInfo::protected_bytes

The number of encrypted bytes, can be 0.

Definition at line 113 of file configuration.h.


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