|
Shaka Player Embedded
|
#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 |
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.
| shaka::eme::SubsampleInfo::SubsampleInfo | ( | uint32_t | clear_bytes, |
| uint32_t | protected_bytes | ||
| ) |
Definition at line 27 of file configuration.cc.
| uint32_t shaka::eme::SubsampleInfo::clear_bytes |
The number of clear bytes, can be 0.
Definition at line 111 of file configuration.h.
| uint32_t shaka::eme::SubsampleInfo::protected_bytes |
The number of encrypted bytes, can be 0.
Definition at line 113 of file configuration.h.
1.8.13