video property
Gets streams that contain video (which includes muxed and video-only streams).
Implementation
late final UnmodifiableListView<VideoStreamInfo> video =
UnmodifiableListView(streams.whereType<VideoStreamInfo>());
Gets streams that contain video (which includes muxed and video-only streams).
late final UnmodifiableListView<VideoStreamInfo> video =
UnmodifiableListView(streams.whereType<VideoStreamInfo>());