IRTCParticipant3::put_AudioMuted (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that indicates whether audio playback is muted, or inaudible.
Syntax
HRESULT put_AudioMuted(
RTC_AUDIO_DEVICE enDevice,
VARIANT_BOOL fMuted
);
Parameters
- enDevice
[in] RTC_AUDIO_DEVICE member that specifies the type of audio device on which you want to set audio playback information.
- fMuted
[in] VARIANT_BOOL that indicates whether audio playback is muted. VARIANT_TRUE indicates to mute audio playback, while VARIANT_FALSE indicates to make audio playback audible again.
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 |
See Also
Reference
IRTCParticipant3::get_AudioMuted