AudioStreamState constructor
AudioStreamState({
- String streamId = '',
- int clientSessionId = 0,
- int trackId = 0,
- AudioStreamBegin? info,
Implementation
AudioStreamState({
this.streamId = '',
this.clientSessionId = 0,
this.trackId = 0,
this.info,
});