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

Commit 1662ccc9 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Update AudioManager.getProperty documentation"

parents 6a230aa1 0b986af8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3199,8 +3199,10 @@ public class AudioManager {
    /**
     * Returns the value of the property with the specified key.
     * @param key One of the strings corresponding to a property key: either
     *            {@link #PROPERTY_OUTPUT_SAMPLE_RATE} or
     *            {@link #PROPERTY_OUTPUT_FRAMES_PER_BUFFER}
     *            {@link #PROPERTY_OUTPUT_SAMPLE_RATE},
     *            {@link #PROPERTY_OUTPUT_FRAMES_PER_BUFFER},
     *            {@link #PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND}, or
     *            {@link #PROPERTY_SUPPORT_SPEAKER_NEAR_ULTRASOUND}.
     * @return A string representing the associated value for that property key,
     *         or null if there is no value for that key.
     */