AESEBU transmitter control functions.


Detailed Description

These functions implement AESEBU transmitter operations.


Functions

ASX32_API ASX_ERROR ASX_AESEBUTransmitter_EnumerateFormat (ASX_HANDLE hAESEBUTx, const int nIndex, enum asxAESEBU_FORMAT *peAesebuFormat, int *pnCount)
 Enumerate each AES3 transmit format supported by the hardware.
ASX32_API ASX_ERROR ASX_AESEBUTransmitter_SetFormat (ASX_HANDLE hAESEBUTx, const enum asxAESEBU_FORMAT eAesebuFormat)
 Set the format of the AESEBU transmitter.
ASX32_API ASX_ERROR ASX_AESEBUTransmitter_GetFormat (ASX_HANDLE hAESEBUTx, enum asxAESEBU_FORMAT *peAesebuFormat)
 Get the format of the AESEBU transmitter.


Function Documentation

ASX32_API ASX_ERROR ASX_AESEBUTransmitter_EnumerateFormat ASX_HANDLE  hAESEBUTx,
const int  nIndex,
enum asxAESEBU_FORMAT peAesebuFormat,
int *  pnCount
 

Enumerate each AES3 transmit format supported by the hardware.

Parameters:
hAESEBUTx A handle to an ASX AESEBU transmitter control.
nIndex The index of the format option to fetch.
peAesebuFormat The returned format option.
pnCount The total number of available formats.
Returns:
Returns 0 if there is no error, otherwise one of asxERROR is returned.

ASX32_API ASX_ERROR ASX_AESEBUTransmitter_GetFormat ASX_HANDLE  hAESEBUTx,
enum asxAESEBU_FORMAT peAesebuFormat
 

Get the format of the AESEBU transmitter.

Parameters:
hAESEBUTx A handle to an ASX AESEBU transmitter control.
peAesebuFormat The returned format.
Returns:
Returns 0 if there is no error, otherwise one of asxERROR is returned.

ASX32_API ASX_ERROR ASX_AESEBUTransmitter_SetFormat ASX_HANDLE  hAESEBUTx,
const enum asxAESEBU_FORMAT  eAesebuFormat
 

Set the format of the AESEBU transmitter.

Parameters:
hAESEBUTx A handle to an ASX AESEBU transmitter control.
eAesebuFormat The format to set the transmitter control to.
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