Added new constructor to AudioGroup.

Test: basic sanity
Bug: 140872785
Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
This commit is contained in:
Amit Mahajan
2019-09-13 11:03:10 -07:00
parent 7be63cdbf6
commit d5a71c7bac

View File

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