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