WaveOutBaseMuted Property |
Gets or sets a boolean value indicating whether the playback is muted.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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