summaryrefslogtreecommitdiff
path: root/core/api
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2021-03-20 01:04:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-20 01:04:28 +0000
commit64e333a2501c191a50bd14eb3bfbae0f9b3ebddb (patch)
treeade4775040d0c7e98166d9ed8f93ef88aab3c5eb /core/api
parent258ecb55a5793c565cff928289d210c18a2bbde8 (diff)
parent59df55f8ccf3c0bd03cfc3b37ac48a16c99f08ca (diff)
Merge "AudioTrack: get/setStartThresholdInFrames"
Diffstat (limited to 'core/api')
-rw-r--r--core/api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api/current.txt b/core/api/current.txt
index 8224a754ec69..be9dccce637a 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -19852,6 +19852,7 @@ package android.media {
method public android.media.AudioDeviceInfo getPreferredDevice();
method public android.media.AudioDeviceInfo getRoutedDevice();
method public int getSampleRate();
+ method @IntRange(from=1) public int getStartThresholdInFrames();
method public int getState();
method public int getStreamType();
method public boolean getTimestamp(android.media.AudioTimestamp);
@@ -19882,6 +19883,7 @@ package android.media {
method public int setPositionNotificationPeriod(int);
method public boolean setPreferredDevice(android.media.AudioDeviceInfo);
method public int setPresentation(@NonNull android.media.AudioPresentation);
+ method @IntRange(from=1) public int setStartThresholdInFrames(@IntRange(from=1) int);
method @Deprecated protected void setState(int);
method @Deprecated public int setStereoVolume(float, float);
method public int setVolume(float);