IsAbsoluteVolumeSupportedResponse

data class IsAbsoluteVolumeSupportedResponse(val isAbsoluteVolumeSupported: Boolean)

Represents the response to a request to determine whether the connected headphone supports Bluetooth Absolute Volume.

Since

10.2.0

Constructors

Link copied to clipboard
constructor(isAbsoluteVolumeSupported: Boolean)

Properties