CmafEncryptionSettings constructor

CmafEncryptionSettings({
  1. String? constantInitializationVector,
  2. CmafEncryptionType? encryptionMethod,
  3. CmafInitializationVectorInManifest? initializationVectorInManifest,
  4. SpekeKeyProviderCmaf? spekeKeyProvider,
  5. StaticKeyProvider? staticKeyProvider,
  6. CmafKeyProviderType? type,
})

Implementation

CmafEncryptionSettings({
  this.constantInitializationVector,
  this.encryptionMethod,
  this.initializationVectorInManifest,
  this.spekeKeyProvider,
  this.staticKeyProvider,
  this.type,
});