Share via


IRTCParticipant3::put_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 set the volume for the particular participant.

Syntax

HRESULT put_Volume(
  RTC_AUDIO_DEVICE enDevice,
  long lVolume
);

Parameters

  • enDevice
    [in] The RTC_AUDIO_DEVICE enumeration that specifies which audio media to set.
  • lVolume
    [in] The volume level that is set. The valid range for volume is 0X0000 - 0XFFFF.

Return Value

This method can return an RTC_E_ constant.

Remarks

This method has the following characteristics.

  • The method only works when it is in a call.
  • Volume changes from one call may or may not persist to another call.
  • Volume may be affected when running multiple calls at one time. For example, one call may have a different volume when swapping calls. The volume may also change when you remove a call from hold.

Requirements

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

See Also

Concepts

IRTCParticipant3