You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked around stackoverfow and multiple forums but they just use TrackSelectionDialog without sorting the format
[REQUIRED] Question
How can I sort the format inside TrackSelectionDialog ? I can't modify the videos as I'm just picking up the link from a WebService. Here is a screen of what I'm describing.
my TrackSelectionDialog displays the format in the following order: 480p, 720p, 1080p, 360p, 256p and I'd like to sort the format in the following order: 256p, 360p, 480p, 720p, 1080p.