Share via


IMSVidAudioRenderer interface (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The IMSVidAudioRenderer interface represents an audio renderer device. It enables applications to control the volume and balance. To retrieve the audio renderer device that is currently active, call the IMSVidCtl::get_AudioRendererActive method.

Inheritance

The IMSVidAudioRenderer interface inherits from IMSVidOutputDevice. IMSVidAudioRenderer also has these types of members:

Methods

The IMSVidAudioRenderer interface has these methods.

 
IMSVidAudioRenderer::get_Balance

.
IMSVidAudioRenderer::get_Volume

The get_Volume method retrieves the audio renderer's volume level.
IMSVidAudioRenderer::put_Balance

The put_Balance method specifies the audio renderer's balance level.
IMSVidAudioRenderer::put_Volume

The put_Volume method specifies the audio renderer's volume level.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidAudioRenderer).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidOutputDevice

Video Control Interfaces