public interface

ExoPlayer.DeviceComponent

 androidx.media3.exoplayer.ExoPlayer.DeviceComponent

Subclasses:

SimpleExoPlayer

Summary

Methods
public voiddecreaseDeviceVolume()

public DeviceInfogetDeviceInfo()

public intgetDeviceVolume()

public voidincreaseDeviceVolume()

public booleanisDeviceMuted()

public voidsetDeviceMuted(boolean muted)

public voidsetDeviceVolume(int volume)

Methods

public DeviceInfo getDeviceInfo()

Deprecated: Use Player.getDeviceInfo() instead.

public int getDeviceVolume()

Deprecated: Use Player.getDeviceVolume() instead.

public boolean isDeviceMuted()

Deprecated: Use Player.isDeviceMuted() instead.

public void setDeviceVolume(int volume)

Deprecated: Use Player.setDeviceVolume(int) instead.

public void increaseDeviceVolume()

Deprecated: Use Player.increaseDeviceVolume() instead.

public void decreaseDeviceVolume()

Deprecated: Use Player.decreaseDeviceVolume() instead.

public void setDeviceMuted(boolean muted)

Deprecated: Use Player.setDeviceMuted(boolean) instead.