Shaka Packager SDK
Public Member Functions | List of all members
shaka::media::PlayReadyPsshGenerator Class Reference
Inheritance diagram for shaka::media::PlayReadyPsshGenerator:
shaka::media::PsshGenerator

Public Member Functions

 PlayReadyPsshGenerator (const std::string &extra_header_data, FourCC protection_scheme)
 
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 18 of file playready_pssh_generator.h.

Member Function Documentation

◆ SupportMultipleKeys()

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

Implements shaka::media::PsshGenerator.

Definition at line 206 of file playready_pssh_generator.cc.


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