|
Shaka Player Embedded
|
#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 |
Definition at line 92 of file configuration.h.
| shaka::eme::EncryptionPattern::EncryptionPattern | ( | ) |
Definition at line 20 of file configuration.cc.
| shaka::eme::EncryptionPattern::EncryptionPattern | ( | uint32_t | encrypted_blocks, |
| uint32_t | clear_blocks | ||
| ) |
Definition at line 22 of file configuration.cc.
| uint32_t shaka::eme::EncryptionPattern::clear_blocks |
The number of 16-byte blocks that are clear.
Definition at line 99 of file configuration.h.
| uint32_t shaka::eme::EncryptionPattern::encrypted_blocks |
The number of 16-byte blocks that are encrypted.
Definition at line 97 of file configuration.h.
1.8.13