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

Commit 49cd8c19 authored by Hongguang Chen's avatar Hongguang Chen Committed by Automerger Merge Worker
Browse files

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

parents 0c564d48 4526d3fb
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() {