Microphone control functions.


Detailed Description

These functions implement Microphone phantom power setting.


Functions

ASX32_API ASX_ERROR ASX_Mic_SetPhantomPower (ASX_HANDLE hMic, const int nOnOff)
 Turn the phantom power on or off.
ASX32_API ASX_ERROR ASX_Mic_GetPhantomPower (ASX_HANDLE hMic, int *pOnOff)
 Get the current state of the phantom power (on or off).


Function Documentation

ASX32_API ASX_ERROR ASX_Mic_GetPhantomPower ASX_HANDLE  hMic,
int *  pOnOff
 

Get the current state of the phantom power (on or off).

Parameters:
hMic A handle to an ASX Microphone control object.
pOnOff Receives power state 1 = Phantom power is on. 0 = Phantom power is off.
Returns:
Returns 0 if there is no error, otherwise one of asxERROR is returned.

ASX32_API ASX_ERROR ASX_Mic_SetPhantomPower ASX_HANDLE  hMic,
const int  nOnOff
 

Turn the phantom power on or off.

Parameters:
hMic A handle to an ASX Microphone control object.
nOnOff 1 = Turn phantom power on. 0 = Turn phantom power off.
Returns:
Returns 0 if there is no error, otherwise one of asxERROR is returned.


Generated on Tue Nov 18 13:03:41 2008 for ASX by  doxygen 1.4.6-NO