|
Shaka Packager SDK
|
Public Attributes | |
| std::vector< ProtectionSystemSpecificInfo > | key_system_info |
| std::vector< uint8_t > | key_id |
| The ID of this key. | |
| std::vector< std::vector< uint8_t > > | key_ids |
| The IDs of the other keys to include in PSSH info. | |
| std::vector< uint8_t > | key |
| std::vector< uint8_t > | iv |
Definition at line 39 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::iv |
Definition at line 46 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::key |
Definition at line 45 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::key_id |
The ID of this key.
Definition at line 42 of file key_source.h.
| std::vector<std::vector<uint8_t> > shaka::media::EncryptionKey::key_ids |
The IDs of the other keys to include in PSSH info.
Definition at line 44 of file key_source.h.
| std::vector<ProtectionSystemSpecificInfo> shaka::media::EncryptionKey::key_system_info |
Definition at line 40 of file key_source.h.