Share via


IRTCClient::AudioMuted

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IRTCClient
RTC_AUDIO_DEVICE