-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hello,
I am trying to implement fetching of Audio/Video metadata from the video track. I have added a Listener to the Explayer by caller player.AddListener. The IPlayer.IListener interface has a function "OnTracksChanged(Tracks tracks)". Now according to the Exoplayer documentation, I should be able to fetch the trackgroups from the tracks object (https://developer.android.com/guide/topics/media/exoplayer/track-selection#java). But I don't see GetGroups or Gruops in the Tracks object of this Xamarin version. Any idea how can I fetch the tracks groups? Or any other workaround showing the Audio/Video metadata of the current track?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels