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 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.
The text was updated successfully, but these errors were encountered:
It's very likely this is stripped out due to having something in the bindings being related to it having been removed, though I'm honestly not sure what's causing it's removal.
That being said I'm also not sure of any workarounds related to it, I could have a look at it but considering ExoPlayerXamarin is pretty much on life support it's not going to be a super high priority.
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.
The text was updated successfully, but these errors were encountered: