Shaka Packager SDK
|
Raw key decryption parameters, i.e. with key parameters provided. More...
#include <crypto_params.h>
Classes | |
struct | KeyPair |
Public Types | |
using | StreamLabel = std::string |
Public Attributes | |
std::map< StreamLabel, KeyPair > | key_map |
Raw key decryption parameters, i.e. with key parameters provided.
Definition at line 186 of file crypto_params.h.
std::map<StreamLabel, KeyPair> shaka::RawKeyDecryptionParams::key_map |
Defines the KeyPair for the streams. An empty StreamLabel
indicates the default KeyPair
, which applies to all the StreamLabels
not present in key_map
.
Definition at line 195 of file crypto_params.h.