VideoStreamInfoExtension<T extends VideoStreamInfo> extension
Extensions for Iterables of VideoStreamInfo
- on
-
- Iterable<
T>
- Iterable<
Properties
- bestQuality → T
-
Available on Iterable<
Gets the stream with best video quality.T> , provided by the VideoStreamInfoExtension extensionno setter
Methods
-
getAllVideoQualities(
) → Set< VideoQuality> -
Available on Iterable<
Gets all video qualities available in a collection of video streams.T> , provided by the VideoStreamInfoExtension extension -
getAllVideoQualitiesLabel(
) → Set< String> -
Available on Iterable<
Gets video quality labels of all streams available in a collection of video streams. This could be longer than getAllVideoQualities since this gives also all the different framerate values.T> , provided by the VideoStreamInfoExtension extension -
sortByVideoQuality(
) → List< T> -
Available on Iterable<
Gets the video streams sorted by highest video quality (then by framerate) in ascending order. This returns new list without editing the original list.T> , provided by the VideoStreamInfoExtension extension