Merge "Added new constructor to AudioGroup."

am: 3f75a84507

Change-Id: If3149f796c30d5268553ed3ec7654690fd720703
This commit is contained in:
Amit Mahajan
2019-11-01 17:11:36 -07:00
committed by android-build-merger

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