Channel Modes
[HPI constant definitions]

Used for HPI_ChannelModeSet/Get(). More...

Defines

#define HPI_CHANNEL_MODE_NORMAL   1
 Left channel out = left channel in, Right channel out = right channel in.
#define HPI_CHANNEL_MODE_SWAP   2
 Left channel out = right channel in, Right channel out = left channel in.
#define HPI_CHANNEL_MODE_LEFT_TO_STEREO   3
 Left channel out = left channel in, Right channel out = left channel in.
#define HPI_CHANNEL_MODE_RIGHT_TO_STEREO   4
 Left channel out = right channel in, Right channel out = right channel in.
#define HPI_CHANNEL_MODE_STEREO_TO_LEFT   5
 Left channel out = (left channel in + right channel in)/2, Right channel out = mute.
#define HPI_CHANNEL_MODE_STEREO_TO_RIGHT   6
 Left channel out = mute, Right channel out = (right channel in + left channel in)/2.

Detailed Description

Used for HPI_ChannelModeSet/Get().


Define Documentation

#define HPI_CHANNEL_MODE_NORMAL   1
 

Left channel out = left channel in, Right channel out = right channel in.

#define HPI_CHANNEL_MODE_SWAP   2
 

Left channel out = right channel in, Right channel out = left channel in.

#define HPI_CHANNEL_MODE_LEFT_TO_STEREO   3
 

Left channel out = left channel in, Right channel out = left channel in.

#define HPI_CHANNEL_MODE_RIGHT_TO_STEREO   4
 

Left channel out = right channel in, Right channel out = right channel in.

#define HPI_CHANNEL_MODE_STEREO_TO_LEFT   5
 

Left channel out = (left channel in + right channel in)/2, Right channel out = mute.

#define HPI_CHANNEL_MODE_STEREO_TO_RIGHT   6
 

Left channel out = mute, Right channel out = (right channel in + left channel in)/2.


Generated on Tue Nov 18 12:59:30 2008 for AudioScience HPI by  doxygen 1.4.6-NO