IRTCParticipant3::get_AudioMuted (Windows Embedded CE 6.0)
1/6/2010
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 |
See Also
Reference
IRTCParticipant3::put_AudioMuted