Functions | |
| HPI_ERR | HPI_LevelQueryRange (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, short *nMinGain_01dB, short *nMaxGain_01dB, short *nStepGain_01dB) |
| Query the range of a volume or level control. | |
| HPI_ERR | HPI_LevelSetGain (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, short anGain0_01dB[HPI_MAX_CHANNELS]) |
| Sets the gain of a level control. | |
| HPI_ERR | HPI_LevelGetGain (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, short anGain0_01dB[HPI_MAX_CHANNELS]) |
| Gets the gain of a level control. | |
Use HPI_LevelQueryRange() to get the range of a level control.
|
||||||||||||||||||||||||
|
Query the range of a volume or level control. Gets the max,min and step of the specified level control.
|
|
||||||||||||||||
|
Sets the gain of a level control. The level, or trim as it is sometimes called, sets the level of an analog input or output of a HPI_CONTROL_LEVEL control. The gains will typically range between 0 and +24dBu.
|
|
||||||||||||||||
|
Gets the gain of a level control. Gets the level of an analog input or output of a HPI_CONTROL_LEVEL control. The gains will typically range between 0 and +24dBu.
|
1.4.6-NO