Shaka Packager SDK
Loading...
Searching...
No Matches
List of all members
shaka::media::CommonPsshGenerator Class Reference
Inheritance diagram for shaka::media::CommonPsshGenerator:
shaka::media::PsshGenerator

Public Member Functions

PsshGenerator implemetation overrides.
bool SupportMultipleKeys () override
 
- Public Member Functions inherited from shaka::media::PsshGenerator
 PsshGenerator (const std::vector< uint8_t > &system_id, uint8_t box_version)
 
Status GeneratePsshFromKeyIds (const std::vector< std::vector< uint8_t > > &key_ids, ProtectionSystemSpecificInfo *info) const
 
Status GeneratePsshFromKeyIdAndKey (const std::vector< uint8_t > &key_id, const std::vector< uint8_t > &key, ProtectionSystemSpecificInfo *info) const
 

Detailed Description

Definition at line 15 of file common_pssh_generator.h.

Constructor & Destructor Documentation

◆ CommonPsshGenerator()

shaka::media::CommonPsshGenerator::CommonPsshGenerator ( )

Definition at line 20 of file common_pssh_generator.cc.

Member Function Documentation

◆ SupportMultipleKeys()

bool shaka::media::CommonPsshGenerator::SupportMultipleKeys ( )
overridevirtual
Returns
whether the PSSH generates the PSSH box based on multiple key IDs.

Implements shaka::media::PsshGenerator.

Definition at line 27 of file common_pssh_generator.cc.


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