Added new constructor to AudioGroup.
Test: basic sanity Bug: 140872785 Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user