SetSourceRequest constructor

SetSourceRequest({
  1. Encryption? decryption,
  2. String? description,
  3. String? entitlementArn,
  4. int? ingestPort,
  5. int? maxBitrate,
  6. int? maxLatency,
  7. String? name,
  8. Protocol? protocol,
  9. String? streamId,
  10. String? vpcInterfaceName,
  11. String? whitelistCidr,
})

Implementation

SetSourceRequest({
  this.decryption,
  this.description,
  this.entitlementArn,
  this.ingestPort,
  this.maxBitrate,
  this.maxLatency,
  this.name,
  this.protocol,
  this.streamId,
  this.vpcInterfaceName,
  this.whitelistCidr,
});