AudioStreamBegin constructor

AudioStreamBegin({
  1. String streamId = '',
  2. String description = '',
  3. String sourceType = '',
  4. AudioCodec codec = AudioCodec.unknown,
  5. String codecDetails = '',
  6. int sampleRate = 0,
  7. int channels = 0,
  8. List<AudioShapeSet>? shapeSets,
  9. String? correlationId,
})

Implementation

AudioStreamBegin({
    this.streamId = '',
    this.description = '',
    this.sourceType = '',
    this.codec = AudioCodec.unknown,
    this.codecDetails = '',
    this.sampleRate = 0,
    this.channels = 0,
    this.shapeSets,
    this.correlationId,
});