Copyright © 2006-2019 MultiMedia Soft

EnableAutoGainController method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables the Automatic Gain Controller.

 

For further information about the use of the the Automatic Gain Controller refer to the How to use the automatic gain controller section.

 

 

Syntax

 

[Visual Basic]

control.EnableAutoGainController (

bEnable as enumBoolean

)


 

[C++]

void control.EnableAutoGainController (

BOOL bEnable

);


 

 

Parameter

Description

 

 

bEnable

Boolean value that specifies if the control must enable the Automatic Gain Controller.

Supported values are the following:

Mnemonic constant

Value

Meaning

BOOL_FALSE (default)

0

Disable the Automatic Gain Controller

BOOL_TRUE

1

Enable the Automatic Gain Controller

 

Return value

 

None