|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[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 tells if the control must enable the Automatic Gain Controller.
Supported values are the following:
|