diff options
author | Paul McLean <pmclean@google.com> | 2015-04-06 16:36:51 -0700 |
---|---|---|
committer | Paul McLean <pmclean@google.com> | 2015-04-16 14:02:16 -0600 |
commit | 88e1d86a879d8802e775dd0566ffb64425e8e3c8 (patch) | |
tree | 747a581a0150717e7dc7381ab2ebefa81ced9ee6 /api | |
parent | 64e605a5be1468be8530ad269c9c56153622c9c5 (diff) | |
download | frameworks_base-88e1d86a879d8802e775dd0566ffb64425e8e3c8.zip frameworks_base-88e1d86a879d8802e775dd0566ffb64425e8e3c8.tar.gz frameworks_base-88e1d86a879d8802e775dd0566ffb64425e8e3c8.tar.bz2 |
Adding explicit routing API to AudioTrack
Change-Id: Iee7e1ce79e3efd3f8aafd0a5899fe037d314e1be
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index d73b9f9..86c2d8f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14965,6 +14965,7 @@ package android.media { method public int getPlaybackHeadPosition(); method public int getPlaybackRate(); method public int getPositionNotificationPeriod(); + method public android.media.AudioDeviceInfo getPreferredOutputDevice(); method public int getSampleRate(); method public int getState(); method public int getStreamType(); @@ -14981,6 +14982,7 @@ package android.media { method public void setPlaybackPositionUpdateListener(android.media.AudioTrack.OnPlaybackPositionUpdateListener, android.os.Handler); method public int setPlaybackRate(int); method public int setPositionNotificationPeriod(int); + method public boolean setPreferredOutputDevice(android.media.AudioDeviceInfo); method protected deprecated void setState(int); method public deprecated int setStereoVolume(float, float); method public int setVolume(float); diff --git a/api/system-current.txt b/api/system-current.txt index f98e15f..f33da37 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -16177,6 +16177,7 @@ package android.media { method public int getPlaybackHeadPosition(); method public int getPlaybackRate(); method public int getPositionNotificationPeriod(); + method public android.media.AudioDeviceInfo getPreferredOutputDevice(); method public int getSampleRate(); method public int getState(); method public int getStreamType(); @@ -16193,6 +16194,7 @@ package android.media { method public void setPlaybackPositionUpdateListener(android.media.AudioTrack.OnPlaybackPositionUpdateListener, android.os.Handler); method public int setPlaybackRate(int); method public int setPositionNotificationPeriod(int); + method public boolean setPreferredOutputDevice(android.media.AudioDeviceInfo); method protected deprecated void setState(int); method public deprecated int setStereoVolume(float, float); method public int setVolume(float); |