DIfferents qualities player SDK 3.0 Android

Hi,

I would to know if the SDK 3.0 for Android, the player can manage the differents flavors from a live entry with a quality button like the player v 2.0 from web, and if someone has more detailed documentation than https://vpaas.kaltura.com/documentation/Mobile-Video-Player-SDKs/Introduction.html or a code example about how to create this king of player.

Thanks

Lluís

You could take a look at

You have to download the samples.
Then in studio open AllSamples project and run TracksSelection sample

Actually there is an event TRACKS_AVAILABLE you have to listen to.

There you get the tracks data object
Video
Text
Audio
That are available
Then using player api you can changeTrack
By the track id that is availabe from the tracks info you got in the event