Update AudioManager.getProperty documentation

Change-Id: I004bfdbbac9b0897931fa206bff865bdb600ebf6
This commit is contained in:
Glenn Kasten
2015-10-30 18:24:04 -07:00
parent b2d2956369
commit 0b986af895

View File

@@ -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.
*/