Volumes

interface Volumes

Functions

Link copied to clipboard
abstract fun getMute(lineName: String): BooleanConfigEntry
Link copied to clipboard
abstract fun getVolume(lineName: String): DoubleConfigEntry
Link copied to clipboard
abstract fun hasVolume(lineName: String): Boolean
Link copied to clipboard
abstract fun setMute(lineName: String, muted: Boolean)
Link copied to clipboard
abstract fun setVolume(lineName: String, volume: Double)