IRTCClient::AudioMuted (Windows Embedded CE 6.0)
1/6/2010
This method sets or gets the muting on an audio device.
Syntax
HRESULT put_AudioMuted(
RTC_AUDIO_DEVICE enDevice,
VARIANT_BOOL fMuted
);
HRESULT get_AudioMuted(
RTC_AUDIO_DEVICE enDevice,
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 Value
This method can return an RTC_E_ constant.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |