aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-07-17 15:55:17 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-07-17 15:55:17 +0800
commit1a9b4a688786fc9b902268afb23fe73c3e251146 (patch)
tree81a3191acba62c544412c761a043867705902118 /docs
parent028840269a103bc79ac81ad3a2e9e66bdef910b5 (diff)
downloadndk-1a9b4a688786fc9b902268afb23fe73c3e251146.tar.gz
Correction for android API level L
Change-Id: I75467727f3f18cf7f7c018a502c5b7a0633621ca
Diffstat (limited to 'docs')
-rw-r--r--docs/Additional library docs/opensles/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Additional library docs/opensles/index.html b/docs/Additional library docs/opensles/index.html
index 66cc73242..e3002286f 100644
--- a/docs/Additional library docs/opensles/index.html
+++ b/docs/Additional library docs/opensles/index.html
@@ -767,7 +767,7 @@ indices are shared for different object instances within the same run.
<h3>Floating-point data</h3>
-As of API level 20 and above, data can be supplied to an AudioPlayer in
+As of API level L and above, data can be supplied to an AudioPlayer in
single-precision floating-point format.
<p>
Example code fragment, to be used during the Engine::CreateAudioPlayer process:
@@ -1062,7 +1062,7 @@ variance near zero, and for the handler to not block for unbounded times.
Lower latency audio is for these outputs only: on-device speaker, wired
headphones, wired headset, and line out.
<p>
-As of API level 20, lower latency audio input is supported on select
+As of API level L, lower latency audio input is supported on select
devices. To take advantage of this feature, first confirm that lower
latency output is available as described above. The capability for lower
latency output is a prerequisite for the lower latency input feature.