RJ10DLL::SetIFOutputLevel
int SetIFOutputLevel( int lev );
Return Value
the currend
IFOutputLevel
Parameters
int
lev
set the maximum limit of the IF output
Remarks
The IFOutputLevel is the wave out
limiter to the main speaker.
When the IGC is not
active, then the
automatic will regulate
the maximum output.
Otherwise,
lev determines the
maximum, which is passed
to the speaker system.
set the IF-Outut level
0-200;
Note: if the IGC
aktivated then the IFOutputLevel have no effekt
Example
see on RJ10Mini SourceExample:
void
CRJ10MiniDlg::SetIFOut(int pos)
{
SetIFOutputLevel(pos);
IFOutLevel=pos;
sprintf(poti_in.myInfo.ExtraText,"%d %%",(pos*100)/256);
poti_in.Set(pos);
}