How i can get all qualitys ? #541
02losanger
started this conversation in
General
Replies: 1 comment 5 replies
-
var manifest = await youtube.Videos.Streams.GetManifestAsync("u_yIGGhubZs");
var qualities = manifest.GetVideoStreams().Select(s => s.VideoQuality).Distinct().ToArray(); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How i can get all qualitys from video with fps
Beta Was this translation helpful? Give feedback.
All reactions