StreamInfoIterableExt<T extends StreamInfo> extension
Extension for Iterables of StreamInfo.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
describe(
) → String -
Available on Iterable<
Print a formatted text of all the streams. Like youtube-dl -F option.T> , provided by the StreamInfoIterableExt extension -
sortByBitrate(
) → List< T> -
Available on Iterable<
Gets the video streams sorted by bitrate in ascending order. This returns new list without editing the original list.T> , provided by the StreamInfoIterableExt extension -
withHighestBitrate(
{String? language}) → T -
Available on Iterable<
Gets the stream with highest bitrate.T> , provided by the StreamInfoIterableExt extension