| IAudioControlMuted Property  | 
            Gets or sets a boolean value indicating whether the audio device is muted.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxProperty Muted As Boolean
	Get
	Set
property bool Muted {
	bool get ();
	void set (bool value);
}abstract Muted : bool with get, set
Property Value
Type: 
Boolean
See Also