AudioStreamBegin constructor
AudioStreamBegin({
- String streamId = '',
- String description = '',
- String sourceType = '',
- AudioCodec codec = AudioCodec.unknown,
- String codecDetails = '',
- int sampleRate = 0,
- int channels = 0,
- List<
AudioShapeSet> ? shapeSets, - 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,
});