AudioStreamState constructor

AudioStreamState({
  1. String streamId = '',
  2. int clientSessionId = 0,
  3. int trackId = 0,
  4. AudioStreamBegin? info,
})

Implementation

AudioStreamState({
    this.streamId = '',
    this.clientSessionId = 0,
    this.trackId = 0,
    this.info,
});