Baseflow / Baseflow/ExoPlayerXamarin

Getting Track Metadata (Xamarin Exoplayer 2.18.1)

Open
#180 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
152
Forks
64
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with IPlayer.IListener.OnTracksChanged(Tracks tracks) and the Tracks object described in the issue, then compare the Xamarin API with the linked Android ExoPlayer documentation. Done means establishing how track groups or current audio/video metadata can be accessed in this version, or documenting that the binding lacks the required API.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, csharp
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.