libupnpp
0.16.0
A C++ wrapper for the Portable UPnP reference library
|
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... | |
int UPnPClient::OHVCharacteristics::balanceMax |
BalanceMax defines the maximum Balance setting.
The minimum Balance setting is (-BalanceMax).
int UPnPClient::OHVCharacteristics::fadeMax |
FadeMax defines the maximum Fade setting.
The minimum Fade setting is (-FadeMax).
int UPnPClient::OHVCharacteristics::volumeMilliDbPerStep |
VolumeMilliDbPerStep defines the size of each volume step in binary milli decibels (mibi dB).
[1024mibi dB = 1dB]
int UPnPClient::OHVCharacteristics::volumeSteps |
VolumeSteps defines the number of step increments required to increase the Volume from zero to VolumeMax.
int UPnPClient::OHVCharacteristics::volumeUnity |
VolumeUnity defines the value of Volume that will result in unity system gain (i.e.
output amplitude = input amplitude).