IRTCClient::AudioMuted (Windows CE 5.0)
This method sets or gets the muting on an audio device.
HRESULT put_AudioMuted(RTC_AUDIO_DEVICEenDevice,VARIANT_BOOLfMuted);HRESULT get_AudioMuted(RTC_AUDIO_DEVICEenDevice,VARIANT_BOOL* pfMuted);
Parameters
- enDevice
[in] An RTC_AUDIO_DEVICE enumeration value specifying the media to get mute information about. - fMuted, pfMuted
[in, out] VARIANT_TRUE if the audio is muted on the specified device; otherwise, VARIANT_FALSE.
Return Values
This method can return an RTC_E_ constant.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors