ExoPlayer.DeviceComponent


@UnstableApi
public interface ExoPlayer.DeviceComponent

Known direct subclasses
SimpleExoPlayer

This class is deprecated.

Use ExoPlayer instead.


Summary

Public methods

abstract void

This method is deprecated.

Use decreaseDeviceVolume instead.

abstract DeviceInfo

This method is deprecated.

Use getDeviceInfo instead.

abstract int

This method is deprecated.

Use getDeviceVolume instead.

abstract void

This method is deprecated.

Use increaseDeviceVolume instead.

abstract boolean

This method is deprecated.

Use isDeviceMuted instead.

abstract void
setDeviceMuted(boolean muted)

This method is deprecated.

Use setDeviceMuted instead.

abstract void
setDeviceVolume(int volume)

This method is deprecated.

Use setDeviceVolume instead.

Public methods

decreaseDeviceVolume

abstract void decreaseDeviceVolume()

getDeviceInfo

abstract DeviceInfo getDeviceInfo()

getDeviceVolume

abstract int getDeviceVolume()

increaseDeviceVolume

abstract void increaseDeviceVolume()

isDeviceMuted

abstract boolean isDeviceMuted()

setDeviceMuted

abstract void setDeviceMuted(boolean muted)

setDeviceVolume

abstract void setDeviceVolume(int volume)