mirror of
https://github.com/androidx/media.git
synced 2025-05-17 12:39:52 +08:00

Added the property 'id' to the MediaFormat class which serves as an identifier for the track. DASH Representations will have the "id's" from their Media Presentation Description mapped to the id property in the MediaFormat class that will represent the track. We needed this for an use case where we wanted to read the 'id' value from the DASH representation and present it to the user in order for the user to select the right track.