Gets or sets a boolean value indicating whether the speaker is muted.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
IAudioControlMutedSee Also