We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71030a3 commit 26b7bfcCopy full SHA for 26b7bfc
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/AudioFocusManager.java
@@ -164,8 +164,10 @@ public interface PlayerControl {
164
165
private final AudioFocusListener focusListener;
166
private final Supplier<AudioManager> audioManager;
167
+
168
@Nullable private PlayerControl playerControl;
169
@Nullable private AudioAttributes audioAttributes;
170
171
private @AudioFocusState int audioFocusState;
172
private @AudioFocusGain int focusGainToRequest;
173
private float volumeMultiplier = VOLUME_MULTIPLIER_DEFAULT;
0 commit comments