Share via


IRTCParticipant3::get_Volume

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Concepts

IRTCParticipant3