Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36378b84 authored by Ray Chin's avatar Ray Chin
Browse files

Complement javadoc for MediaEvent.getAudioPresentation

Bug: 267543920
Test: m docs
Change-Id: I107ae51551ea15e1aaacdec7bf673590a6f1d41d
parent 7137d916
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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() {