Reputation: 21
I have implemented the YouTube fragment and what I wanna do next is to get the video quality from YouTube Android API. But I didn't find any solution in API. I only want to get the video quality, I don't need to modify it. Any help is appreciated.
Upvotes: 0
Views: 556
Reputation: 79
YouTube Android native api not providing video Quality functions. Although you can get video Quality using Iframe of YouTube api. You have to implement webview with Iframe. youtube Iframe api link
Upvotes: 0