Merge "Complement javadoc for MediaEvent.getAudioPresentation" into udc-dev am: 4526d3fb6f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21472217

Change-Id: I2f9f9d421c44cb183cd193ae4d08adcfb51b7efc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hongguang Chen
2023-02-17 18:49:02 +00:00
committed by Automerger Merge Worker

View File

@@ -224,6 +224,10 @@ public class MediaEvent extends FilterEvent {
/**
* Gets audio presentations.
*
* <p>The audio presentation order matters. As specified in ETSI EN 300 468 V1.17.1, all the
* audio programme components corresponding to the first audio preselection in the loop are
* contained in the main NGA stream.
*/
@NonNull
public List<AudioPresentation> getAudioPresentations() {