CmafEncryptionSettings constructor
CmafEncryptionSettings({
- String? constantInitializationVector,
- CmafEncryptionType? encryptionMethod,
- CmafInitializationVectorInManifest? initializationVectorInManifest,
- SpekeKeyProviderCmaf? spekeKeyProvider,
- StaticKeyProvider? staticKeyProvider,
- CmafKeyProviderType? type,
Implementation
CmafEncryptionSettings({
this.constantInitializationVector,
this.encryptionMethod,
this.initializationVectorInManifest,
this.spekeKeyProvider,
this.staticKeyProvider,
this.type,
});