Encryption constructor
Encryption({
- Aes128Encryption? aes128,
- DrmSystems? drmSystems,
- String? id,
- MpegCommonEncryption? mpegCenc,
- SampleAesEncryption? sampleAes,
- SecretManagerSource? secretManagerKeySource,
Implementation
Encryption({
this.aes128,
this.drmSystems,
this.id,
this.mpegCenc,
this.sampleAes,
this.secretManagerKeySource,
});