Complement javadoc for MediaEvent.getAudioPresentation

Bug: 267543920
Test: m docs
Change-Id: I107ae51551ea15e1aaacdec7bf673590a6f1d41d
This commit is contained in:
Ray Chin
2023-02-17 19:32:19 +08:00
parent 7137d9165d
commit 36378b846c

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() {