getAllVideoQualitiesLabel method

Set<String> getAllVideoQualitiesLabel()

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.

Implementation

Set<String> getAllVideoQualitiesLabel() => map((e) => e.qualityLabel).toSet();