WaveCaptureInputDeviceVolume Property |
Gets or sets input device volume as a coefficient [0..1]
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic double InputDeviceVolume { get; set; }
public:
property double InputDeviceVolume {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also