Merge "Refactor AudioPlaybackConfiguration to reduce usages of hidden APIs" am: dcb8aa7cba am: 21984f9031 am: 98b09fda03

Change-Id: I5c67a499fb6d5028cd09bf95c6bcca91018b17ec
This commit is contained in:
Automerger Merge Worker
2019-12-23 18:48:10 +00:00
3 changed files with 13 additions and 14 deletions

View File

@@ -4066,6 +4066,7 @@ package android.media {
method public android.media.PlayerProxy getPlayerProxy();
method public int getPlayerState();
method public int getPlayerType();
method public boolean isActive();
field public static final int PLAYER_STATE_IDLE = 1; // 0x1
field public static final int PLAYER_STATE_PAUSED = 3; // 0x3
field public static final int PLAYER_STATE_RELEASED = 0; // 0x0