ALCSetGain_G169

Sets ALC algorithm maximum gain value.

Syntax

IppStatus ippsALCSetGain_G169_16s(Ipp32f maxGain, IppsALCState_G169_16s* pALCMem);

Parameters

maxGain

Automatic level control maximum gain limit in dB.

pALCMem

Pointer to the ALC state structure.

Description

The function ippsALCMaxGain_G169_16s is declared in the ippsc.h file. This function set the target level for the automatic level control. The ALC state structure must be initialized using the function ippsALCInit_G169 beforehand.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pALCMem pointer is NULL.

ippStsRangeErr

Indicates an error when the maxGain is negative.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.