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

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

Added new constructor to AudioGroup.

Test: basic sanity
Bug: 140872785
Merged-in: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87
(cherry picked from commit d5a71c7b)
parent 3d8a0ce4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();