libupnpp  0.16.0
A C++ wrapper for the Portable UPnP reference library
Public Attributes | List of all members
UPnPClient::OHVCharacteristics Struct Reference

Public Attributes

int volumeMax
 VolumeMax defines the absolute maximum Volume setting.
 
int volumeUnity
 VolumeUnity defines the value of Volume that will result in unity system gain (i.e. More...
 
int volumeSteps
 VolumeSteps defines the number of step increments required to increase the Volume from zero to VolumeMax. More...
 
int volumeMilliDbPerStep
 VolumeMilliDbPerStep defines the size of each volume step in binary milli decibels (mibi dB). More...
 
int balanceMax
 BalanceMax defines the maximum Balance setting. More...
 
int fadeMax
 FadeMax defines the maximum Fade setting. More...
 

Member Data Documentation

◆ balanceMax

int UPnPClient::OHVCharacteristics::balanceMax

BalanceMax defines the maximum Balance setting.

The minimum Balance setting is (-BalanceMax).

◆ fadeMax

int UPnPClient::OHVCharacteristics::fadeMax

FadeMax defines the maximum Fade setting.

The minimum Fade setting is (-FadeMax).

◆ volumeMilliDbPerStep

int UPnPClient::OHVCharacteristics::volumeMilliDbPerStep

VolumeMilliDbPerStep defines the size of each volume step in binary milli decibels (mibi dB).

[1024mibi dB = 1dB]

◆ volumeSteps

int UPnPClient::OHVCharacteristics::volumeSteps

VolumeSteps defines the number of step increments required to increase the Volume from zero to VolumeMax.

◆ volumeUnity

int UPnPClient::OHVCharacteristics::volumeUnity

VolumeUnity defines the value of Volume that will result in unity system gain (i.e.

output amplitude = input amplitude).


The documentation for this struct was generated from the following file: