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

Commit d5a71c7b authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Added new constructor to AudioGroup.

Test: basic sanity
Bug: 140872785
Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
parent 7be63cdb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();