CmafEncryption constructor
      
      CmafEncryption({ 
    
    
- required SpekeKeyProvider spekeKeyProvider,
- int? keyRotationIntervalSeconds,
Implementation
CmafEncryption({
  required this.spekeKeyProvider,
  this.keyRotationIntervalSeconds,
});