Added new constructor to AudioGroup.

Test: basic sanity
Bug: 140872785
Merged-in: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
(cherry picked from commit d5a71c7bac)
This commit is contained in:
Amit Mahajan
2019-09-13 11:03:10 -07:00
parent 3d8a0ce489
commit ddead7e705

View File

@@ -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();