Compartilhar via


IMSVidEncoder Interface

 
Microsoft DirectShow 9.0

IMSVidEncoder Interface

This topic applies to Windows XP Service Pack 1 or later.

The IMSVidEncoder interface represents the MSVidEncoder feature object, which is required for stream buffer applications using the Video Control. For more information, see Using the Stream Buffer Engine with the Video Control.

In addition to the methods inherited from IMSVidFeature, the IMSVidEncoder interface exposes the following methods.

Method Description
get_AudioEncoderInterface Retrieves a pointer to the audio encoder interface.
get_VideoEncoderInterface Retrieves a pointer to the video encoder interface.

See Also