CmafEncryption constructor

CmafEncryption({
  1. required SpekeKeyProvider spekeKeyProvider,
})

Implementation

CmafEncryption({
  required this.spekeKeyProvider,
});