Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Track Metadata (Xamarin Exoplayer 2.18.1) #180

Open
isaranghi opened this issue Nov 24, 2023 · 1 comment
Open

Getting Track Metadata (Xamarin Exoplayer 2.18.1) #180

isaranghi opened this issue Nov 24, 2023 · 1 comment

Comments

@isaranghi
Copy link

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.

@ArchangelWTF
Copy link
Collaborator

Hey there!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants