Share via


IRTCParticipant3::get_AudioMuted

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method retrieves a value that indicates whether audio playback is muted, or inaudible.

Syntax

HRESULT get_AudioMuted( 
    RTC_AUDIO_DEVICE enDevice,
    VARIANT_BOOL *pfMuted
);

Parameters

  • enDevice
    [in] RTC_AUDIO_DEVICE member that specifies the type of audio device from which you want to retrieve audio playback information.
  • pfMuted
    [out] VARIANT_BOOL that indicates whether audio playback is muted. VARIANT_TRUE indicates that audio playback is muted, while VARIANT_FALSE indicates that audio playback is not muted.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile 6 and later

See Also

Reference

IRTCParticipant3::put_AudioMuted

Concepts

IRTCParticipant3