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]
Public Sub EnableAutoGainController (
bEnable as Boolean
)
|
|
[C#]
public void EnableAutoGainController (
bool bEnable
);
|
|
[C++]
public: void EnableAutoGainController (
bool bEnable
);
|
|
Parameter
|
Description
|
|
|
bEnable
|
Boolean value that specifies if the control must enable the Automatic Gain Controller.
Supported values are the following:
Value
|
Meaning
|
false (default)
|
Disable the Automatic Gain Controller
|
true
|
Enable the Automatic Gain Controller
|
|
Return value
None
|