DASH Media Packaging SDK
|
Decryption parameters. More...
#include <crypto_params.h>
Public Attributes | |
KeyProvider | key_provider = KeyProvider::kNone |
WidevineDecryptionParams | widevine |
RawKeyDecryptionParams | raw_key |
Decryption parameters.
Definition at line 199 of file crypto_params.h.
KeyProvider shaka::DecryptionParams::key_provider = KeyProvider::kNone |
Specifies the key provider, which determines which key provider is used and which encryption params is valid. 'kNone' means not to decrypt the streams.
Definition at line 203 of file crypto_params.h.