Conaito VoIP Video EVO.NET SDKNamespace: ConaitoAssembly: VoIPVideoEvoNET32 (in VoIPVideoEvoNET32.dll) Version: 4.4.0.2200 (4.4.0.2200)
public bool GetAGCSettings(
out int lpnGainLevel,
out int lpnMaxIncrement,
out int lpnMaxDecrement,
out int lpnMaxGain
)
public bool GetAGCSettings(
out int lpnGainLevel,
out int lpnMaxIncrement,
out int lpnMaxDecrement,
out int lpnMaxGain
)
Public Function GetAGCSettings (
<OutAttribute> ByRef lpnGainLevel As Integer,
<OutAttribute> ByRef lpnMaxIncrement As Integer,
<OutAttribute> ByRef lpnMaxDecrement As Integer,
<OutAttribute> ByRef lpnMaxGain As Integer
) As Boolean
Public Function GetAGCSettings (
<OutAttribute> ByRef lpnGainLevel As Integer,
<OutAttribute> ByRef lpnMaxIncrement As Integer,
<OutAttribute> ByRef lpnMaxDecrement As Integer,
<OutAttribute> ByRef lpnMaxGain As Integer
) As Boolean
public:
bool GetAGCSettings(
[OutAttribute] int% lpnGainLevel,
[OutAttribute] int% lpnMaxIncrement,
[OutAttribute] int% lpnMaxDecrement,
[OutAttribute] int% lpnMaxGain
)
public:
bool GetAGCSettings(
[OutAttribute] int% lpnGainLevel,
[OutAttribute] int% lpnMaxIncrement,
[OutAttribute] int% lpnMaxDecrement,
[OutAttribute] int% lpnMaxGain
)
Return Value
Type:
Boolean