video property

Gets streams that contain video (which includes muxed and video-only streams).

Implementation

late final UnmodifiableListView<VideoStreamInfo> video =
    UnmodifiableListView(streams.whereType<VideoStreamInfo>());