IRTCParticipant3::get_Volume (Windows Embedded CE 6.0)
1/6/2010
This method will allow an application to retrieve the volume for the particular participant.
Syntax
HRESULT get_Volume(
RTC_AUDIO_DEVICE enDevice,
long* plVolume
);
Parameters
- enDevice
[in] An RTC_AUDIO_DEVICE enumeration that specifies the audio media type for the returned volume.
- plVolume
[out] Pointer to a long where the current volume will be returned. The valid volume range is 0x0000 to 0xFFFF.
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 |