Encryption constructor
Encryption({
- Aes128Encryption? aes128,
- String? iv,
- String? key,
- MpegCommonEncryption? mpegCenc,
- SampleAesEncryption? sampleAes,
Implementation
Encryption({
this.aes128,
this.iv,
this.key,
this.mpegCenc,
this.sampleAes,
});