Click or drag to resize
MicrophoneVolume Property
Gets or sets the volume of the microphone. (Range: 0-1) If the value is -1, the volume of the selected device is fixed and cannot be changed.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public float Volume { get; set; }

Property Value

Type: Single

Implements

IAudioControlVolume
See Also