VistaCoreAudioApiHelperIsMuted Property
Gets a value indicating whether the device is muted.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsMuted { get; }
Public ReadOnly Property IsMuted As Boolean
Get
Dim instance As VistaCoreAudioApiHelper
Dim value As Boolean
value = instance.IsMuted
public:
property bool IsMuted {
bool get ();
}
member IsMuted : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the device is muted; otherwise,
.