StreamingState constructor
StreamingState({})
Implementation
StreamingState({
this.state = StreamingStateEnum.idle,
this.bitrate = 0,
this.cacheUsed = 0,
this.serviceName = '',
this.serviceUrl = '',
this.minBitrate = 0,
this.maxBitrate = 0,
});