KeySource is responsible for encryption key acquisition.
More...
#include <key_source.h>
KeySource is responsible for encryption key acquisition.
Definition at line 48 of file key_source.h.
◆ FetchKeys()
virtual Status shaka::media::KeySource::FetchKeys |
( |
EmeInitDataType |
init_data_type, |
|
|
const std::vector< uint8_t > & |
init_data |
|
) |
| |
|
pure virtual |
◆ GetCryptoPeriodKey()
virtual Status shaka::media::KeySource::GetCryptoPeriodKey |
( |
uint32_t |
crypto_period_index, |
|
|
const std::string & |
stream_label, |
|
|
EncryptionKey * |
key |
|
) |
| |
|
pure virtual |
Get encryption key of the specified track type at the specified index.
- Parameters
-
crypto_period_index | is the sequence number of the key rotation period for which the key is being retrieved. |
stream_label | is the label of stream for which retrieving the key. |
key | is a pointer to the EncryptionKey which will hold the retrieved key. Owner retains ownership, and may not be NULL. |
- Returns
- OK on success, an error status otherwise.
Implemented in shaka::media::PlayReadyKeySource, shaka::media::WidevineKeySource, and shaka::media::RawKeySource.
◆ GetKey() [1/2]
virtual Status shaka::media::KeySource::GetKey |
( |
const std::string & |
stream_label, |
|
|
EncryptionKey * |
key |
|
) |
| |
|
pure virtual |
◆ GetKey() [2/2]
virtual Status shaka::media::KeySource::GetKey |
( |
const std::vector< uint8_t > & |
key_id, |
|
|
EncryptionKey * |
key |
|
) |
| |
|
pure virtual |
◆ UpdateProtectionSystemInfo()
Status shaka::media::KeySource::UpdateProtectionSystemInfo |
( |
EncryptionKeyMap * |
encryption_key_map | ) |
|
|
protected |
Update the protection sysmtem specific info for the encryption keys.
- Parameters
-
encryption_key_map | is a map of encryption keys for all tracks. |
Definition at line 39 of file key_source.cc.
The documentation for this class was generated from the following files: