Shaka Packager SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Classes | Public Types | Public Attributes | List of all members
shaka::RawKeyDecryptionParams Struct Reference

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, KeyPairkey_map
 

Detailed Description

Raw key decryption parameters, i.e. with key parameters provided.

Definition at line 186 of file crypto_params.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: