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