Interface ExoPlayer.DeviceComponent

  • All Known Implementing Classes:
    SimpleExoPlayer
    Enclosing interface:
    ExoPlayer

    public static interface ExoPlayer.DeviceComponent
    The device component of an ExoPlayer.
    • Method Detail

      • getDeviceInfo

        DeviceInfo getDeviceInfo()
        Gets the device information.
      • isDeviceMuted

        boolean isDeviceMuted()
        Gets whether the device is muted or not.
      • setDeviceVolume

        void setDeviceVolume​(int volume)
        Sets the volume of the device.
        Parameters:
        volume - The volume to set.
      • increaseDeviceVolume

        void increaseDeviceVolume()
        Increases the volume of the device.
      • decreaseDeviceVolume

        void decreaseDeviceVolume()
        Decreases the volume of the device.
      • setDeviceMuted

        void setDeviceMuted​(boolean muted)
        Sets the mute state of the device.