Skip to content

Enable multiple audio presentations parsing for AC-4 in MP4 #2512

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sqshet-dlb
Copy link

  • Parse multiple audio presentations for AC-4 content
  • Populate audio presentations in a Format object associated with the audio track. Also allow to convert multiple audio presentations to Bundle using an unique key associated with Parcelable AudioPresentation objects.
  • Add a unit test to assess the parsing of multiple audio presentations and validate the onAudioPresentationChanged callback.

Test: Run new unit test playingAC4_MP4_with_multipleAudioPresentations
from libraries/exoplayer/src/test/java/androidx/media3/exoplayer/
ExoPlayerTest.java

* Parse multiple audio presentations for AC-4 content
* Populate audio presentations in a Format object associated with
  the audio track. Also allow to convert multiple audio presentations
  to Bundle using an unique key associated with Parcelable
  AudioPresentation objects.
* Add a unit test to assess the parsing of multiple audio
  presentations and validate the onAudioPresentationChanged callback.

Test: Run new unit test playingAC4_MP4_with_multipleAudioPresentations
      from libraries/exoplayer/src/test/java/androidx/media3/exoplayer/
      ExoPlayerTest.java
Change-Id: I150a6b800c4e4d22b0f1ef608eed3a1c4c9c3b9f
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

Successfully merging this pull request may close these issues.

2 participants