HlsEncryption constructor

HlsEncryption({
  1. required SpekeKeyProvider spekeKeyProvider,
  2. String? constantInitializationVector,
  3. EncryptionMethod? encryptionMethod,
})

Implementation

HlsEncryption({
  required this.spekeKeyProvider,
  this.constantInitializationVector,
  this.encryptionMethod,
});