Share via


IMSVidAudioRenderer Interface

 
Microsoft DirectShow 9.0

IMSVidAudioRenderer Interface

This topic applies to Windows XP or later.

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.

In addition to the methods inherited from IMSVidOutputDevice, the IMSVidAudioRenderer interface exposes the following methods.

Method Description
get_Balance Retrieves the balance level.
get_Volume Retrieves the volume level.
put_Balance Specifies the balance level.
put_Volume Specifies the volume level.

See Also