summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amit Mahajan <amitmahajan@google.com> 2019-09-13 11:03:10 -0700
committer Amit Mahajan <amitmahajan@google.com> 2019-11-01 13:05:30 -0700
commitddead7e705a43d37acdd17a9915a23fa460ac2b7 (patch)
tree5b2bb82c72d23171fc44cf3a869a5fdc387a92c7
parent3d8a0ce48992c77b67e27f1fc079a3fdb648b9b3 (diff)
Added new constructor to AudioGroup.
Test: basic sanity Bug: 140872785 Merged-in: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87 Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87 (cherry picked from commit d5a71c7bac047ea8b4ae963ecb476710dbf11126)
-rw-r--r--api/current.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index c818205e56f1..e552cc0cf544 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -29366,7 +29366,8 @@ package android.net.rtp {
}
public class AudioGroup {
- ctor public AudioGroup();
+ ctor @Deprecated public AudioGroup();
+ ctor public AudioGroup(@Nullable android.content.Context);
method public void clear();
method public int getMode();
method public android.net.rtp.AudioStream[] getStreams();