videoOnly property

Gets video-only streams (no audio). These streams have the widest range of qualities available.

Implementation

late final UnmodifiableListView<VideoOnlyStreamInfo> videoOnly =
    UnmodifiableListView(streams.whereType<VideoOnlyStreamInfo>());