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

Commit 0b986af8 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Update AudioManager.getProperty documentation

Change-Id: I004bfdbbac9b0897931fa206bff865bdb600ebf6
parent b2d29563
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.
     */