SpekeKeyProviderCmaf constructor

SpekeKeyProviderCmaf({
  1. String? certificateArn,
  2. List<String>? dashSignaledSystemIds,
  3. List<String>? hlsSignaledSystemIds,
  4. String? resourceId,
  5. String? url,
})

Implementation

SpekeKeyProviderCmaf({
  this.certificateArn,
  this.dashSignaledSystemIds,
  this.hlsSignaledSystemIds,
  this.resourceId,
  this.url,
});