Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a886cd3f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added new constructor to AudioGroup."

parents 4fbf1b64 d5a71c7b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -29463,7 +29463,8 @@ package android.net.rtp {
  }
  }
  public class AudioGroup {
  public class AudioGroup {
    ctor public AudioGroup();
    ctor @Deprecated public AudioGroup();
    ctor public AudioGroup(@Nullable android.content.Context);
    method public void clear();
    method public void clear();
    method public int getMode();
    method public int getMode();
    method public android.net.rtp.AudioStream[] getStreams();
    method public android.net.rtp.AudioStream[] getStreams();