| WaveOutBaseMuted Property  | 
            Gets or sets a boolean value indicating whether the playback is muted.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Muted { get; set; }Public Property Muted As Boolean
	Get
	Set
public:
virtual property bool Muted {
	bool get () sealed;
	void set (bool value) sealed;
}abstract Muted : bool with get, set
override Muted : bool with get, set
Property Value
Type: 
BooleanImplements
IAudioControlMuted
See Also