AudioConfiguration constructor

AudioConfiguration({
  1. num? bitrate,
  2. String? channels,
  3. String? contentType,
  4. num? samplerate,
  5. bool? spatialRendering,
})

Implementation

factory AudioConfiguration({
  _i2.num? bitrate,
  _i2.String? channels,
  _i2.String? contentType,
  _i2.num? samplerate,
  _i2.bool? spatialRendering,
}) =>
    AudioConfiguration._(
      bitrate: bitrate,
      channels: channels,
      contentType: contentType,
      samplerate: samplerate,
      spatialRendering: spatialRendering,
    );