setDeviceVolume

open override fun setDeviceVolume(volume: Int, flags: Int)


open override fun setDeviceVolume(volume: Int)

Deprecated

Use setDeviceVolume(Int, Int) instead.

Replace with

setDeviceVolume(volume, 0)