|
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 |
| std::string | common_encryption_scheme |
Definition at line 38 of file key_source.h.
| std::string shaka::media::EncryptionKey::common_encryption_scheme |
The Common Encryption scheme this key is restricted to (e.g. 'cenc' or 'cbcs'), or empty if the key may be used with any scheme. Enforced where the stream's actual protection scheme is known, since the scheme may be overridden per stream (e.g. Apple Sample AES for TS output).
Definition at line 50 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::iv |
Definition at line 45 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::key |
Definition at line 44 of file key_source.h.
| std::vector<uint8_t> shaka::media::EncryptionKey::key_id |
The ID of this key.
Definition at line 41 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 43 of file key_source.h.
| std::vector<ProtectionSystemSpecificInfo> shaka::media::EncryptionKey::key_system_info |
Definition at line 39 of file key_source.h.