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 4e07e4aCopy full SHA for 4e07e4a
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/AudioFocusManager.java
@@ -162,10 +162,11 @@ public interface PlayerControl {
162
private static final float VOLUME_MULTIPLIER_DUCK = 0.2f;
163
private static final float VOLUME_MULTIPLIER_DEFAULT = 1.0f;
164
165
- private final AudioFocusListener focusListener;
166
private final Supplier<AudioManager> audioManager;
+ private final AudioFocusListener focusListener;
167
@Nullable private PlayerControl playerControl;
168
@Nullable private AudioAttributes audioAttributes;
169
+
170
private @AudioFocusState int audioFocusState;
171
private @AudioFocusGain int focusGainToRequest;
172
private float volumeMultiplier = VOLUME_MULTIPLIER_DEFAULT;
0 commit comments