muxed property

Gets muxed streams (contain both audio and video). Note that muxed streams are limited in quality and don't go beyond 720p30.

Implementation

late final UnmodifiableListView<MuxedStreamInfo> muxed =
    UnmodifiableListView(streams.whereType<MuxedStreamInfo>());