DashIsoEncryptionSettings constructor

DashIsoEncryptionSettings({
  1. DashIsoPlaybackDeviceCompatibility? playbackDeviceCompatibility,
  2. SpekeKeyProvider? spekeKeyProvider,
})

Implementation

DashIsoEncryptionSettings({
  this.playbackDeviceCompatibility,
  this.spekeKeyProvider,
});