Click or drag to resize

RoutableResourceSetConferenceAGCLevels Method

Sets the levels for the AGC in conferencing. If all values are set to negatives, then the system wide AGC applies.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public void SetConferenceAGCLevels(
	float automaticGainControlTarget,
	float automaticGainControlClipLevel,
	float automaticGainControlMaxGain
)

Parameters

automaticGainControlTarget
Type: SystemSingle

[Missing <param name="automaticGainControlTarget"/> documentation for "M:VoiceElements.Client.RoutableResource.SetConferenceAGCLevels(System.Single,System.Single,System.Single)"]

automaticGainControlClipLevel
Type: SystemSingle

[Missing <param name="automaticGainControlClipLevel"/> documentation for "M:VoiceElements.Client.RoutableResource.SetConferenceAGCLevels(System.Single,System.Single,System.Single)"]

automaticGainControlMaxGain
Type: SystemSingle

[Missing <param name="automaticGainControlMaxGain"/> documentation for "M:VoiceElements.Client.RoutableResource.SetConferenceAGCLevels(System.Single,System.Single,System.Single)"]

See Also