streamState property

StreamState streamState

The server may pause the track when they are bandwidth limitations and resume when there is more capacity. This property will be updated when the track is paused / resumed by the server. See TrackStreamStateUpdatedEvent for the relevant event.

Implementation

StreamState get streamState => _streamState;