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

Commit c4f387d6 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "AudioTrack: Update javadoc" into rvc-dev am: 72998aea am: 61764563...

Merge "AudioTrack: Update javadoc" into rvc-dev am: 72998aea am: 61764563 am: 78a68c7d am: adf4610c

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

Change-Id: Id9f454eccbc8dd5c5e98e268d07ec07980c96424
parents e4163e24 adf4610c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -448,8 +448,7 @@ public final class AudioDeviceInfo {
     * Returns an array of supported encapsulation modes for the device.
     *
     * The array can include any of the {@code AudioTrack} encapsulation modes,
     * e.g. {@link AudioTrack#ENCAPSULATION_MODE_NONE},
     * or {@link AudioTrack#ENCAPSULATION_MODE_ELEMENTARY_STREAM}.
     * e.g. {@link AudioTrack#ENCAPSULATION_MODE_ELEMENTARY_STREAM}.
     *
     * @return An array of supported encapsulation modes for the device.  This
     *     may be an empty array if no encapsulation modes are supported.
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ public class AudioTrack extends PlayerBase
    /**
     * Encapsulation metadata type for framework tuner information.
     *
     * TODO(b/147778408) Link: Fill in Tuner API info.
     * Refer to the Android Media TV Tuner API for details.
     */
    public static final int ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER = 1;