HlsEncryption constructor
      
      HlsEncryption({ 
    
    
- required SpekeKeyProvider spekeKeyProvider,
- String? constantInitializationVector,
- EncryptionMethod? encryptionMethod,
- int? keyRotationIntervalSeconds,
- bool? repeatExtXKey,
Implementation
HlsEncryption({
  required this.spekeKeyProvider,
  this.constantInitializationVector,
  this.encryptionMethod,
  this.keyRotationIntervalSeconds,
  this.repeatExtXKey,
});