Enumerations | |
| enum | HPI_CHANNEL_MODES { HPI_CHANNEL_MODE_NORMAL = 1, HPI_CHANNEL_MODE_SWAP = 2, HPI_CHANNEL_MODE_LEFT_TO_STEREO = 3, HPI_CHANNEL_MODE_RIGHT_TO_STEREO = 4, HPI_CHANNEL_MODE_STEREO_TO_LEFT = 5, HPI_CHANNEL_MODE_STEREO_TO_RIGHT = 6 } |
| Channel Modes Used for HPI_ChannelModeSet/Get(). More... | |
Functions | |
| HPI_ERR | HPI_ChannelMode_QueryMode (const HPI_HSUBSYS *phSubSys, const HPI_HCONTROL hMode, const HW32 dwIndex, HW16 *pwMode) |
| Query the available channel modes for this control Iterate dwIndex until an error is returned to get allowed values for channel mode in *pwMode. | |
| HPI_ERR | HPI_ChannelModeSet (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW16 wMode) |
| Set the channel mode. | |
| HPI_ERR | HPI_ChannelModeGet (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW16 *wMode) |
| Get the current channel mode. | |
|
|
||||||||||||||||||||
|
Query the available channel modes for this control Iterate dwIndex until an error is returned to get allowed values for channel mode in *pwMode.
|
|
||||||||||||||||
|
Set the channel mode.
|
|
||||||||||||||||
|
Get the current channel mode.
|
1.4.6-NO