Definition at line 20 of file pssh_generator.h.
◆ PsshGenerator()
shaka::media::PsshGenerator::PsshGenerator |
( |
const std::vector< uint8_t > & |
system_id, |
|
|
uint8_t |
box_version |
|
) |
| |
- Parameters
-
system_id | is the protection system id for the PSSH. |
box_version | specifies the version of the new PSSH box. |
Definition at line 31 of file pssh_generator.cc.
◆ GeneratePsshFromKeyIdAndKey()
Status shaka::media::PsshGenerator::GeneratePsshFromKeyIdAndKey |
( |
const std::vector< uint8_t > & |
key_id, |
|
|
const std::vector< uint8_t > & |
key, |
|
|
ProtectionSystemSpecificInfo * |
info |
|
) |
| const |
◆ GeneratePsshFromKeyIds()
Status shaka::media::PsshGenerator::GeneratePsshFromKeyIds |
( |
const std::vector< std::vector< uint8_t >> & |
key_ids, |
|
|
ProtectionSystemSpecificInfo * |
info |
|
) |
| const |
◆ SupportMultipleKeys()
virtual bool shaka::media::PsshGenerator::SupportMultipleKeys |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: