Skip to content

Getting Track Metadata (Xamarin Exoplayer 2.18.1) #180

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions