Skip to content

Commit

Permalink
Document MergingMediaSource tag contract
Browse files Browse the repository at this point in the history
Issue: androidx/media#883

#minor-release

PiperOrigin-RevId: 613970048
  • Loading branch information
tonihei authored and copybara-github committed Mar 8, 2024
1 parent 0173d98 commit 21204ca
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
*
* <p>The {@link Timeline}s of the sources being merged must have the same number of periods.
*
* <p>The values of {@link com.google.android.exoplayer2.source.TrackGroup#id} and {@link
* com.google.android.exoplayer2.Format#id} are modified to start with {@code i:}, where {@code i}
* is the 0-based index of the {@link MediaSource} passed to the constructor that created this
* {@link com.google.android.exoplayer2.source.TrackGroup} or {@link
* com.google.android.exoplayer2.Format}.
*
* @deprecated com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which
* contains the same ExoPlayer code). See <a
* href="https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide">the
Expand Down

0 comments on commit 21204ca

Please sign in to comment.