IMSVidVideoRenderer Interface
This topic applies to Windows XP or later.
The IMSVidVideoRenderer interface represents a video renderer device. The MSVidVideoRenderer object exposes this interface.
This interface provides access to the Video Mixing Renderer (VMR) filter.
Methods
The IMSVidVideoRenderer interface inherits from IMSVidOutputDevice.
In addition, IMSVidVideoRenderer defines the following methods.
Method | Description |
---|---|
Captures the video frame that is currently being rendered by the VMR. |
|
Retrieves the VMR's current image compositor. |
|
Retrieves the class identifier (CLSID) of the VMR's current image compositor, as a GUID |
|
Retrieves the VMR's IVMRMixerBitmap interface, which controls how the VMR mixes a static bitmap |
|
Retrieves the size of the native video. |
|
Retrieves the clipping rectangle on the video source. |
|
Retrieves the CLSID of the VMR's current image compositor, as a BSTR. |
|
Indicates whether the VMR will decimate the video (that is, reduce the native video size) before processing it. |
|
Retrieves the current frame rate. |
|
Retrieves the maximum ideal size of the video rectangle. |
|
Retrieves the minimum ideal size of the video rectangle. |
|
Retrieves the static bitmap image, as an IPictureDisp type. |
|
Retrieves the opacity of the static bitmap image. |
|
Retrieves the position of the static bitmap image, relative to the video window. |
|
Retrieves the amount of clipping to perform on all sides of the video frame, in order to cut off random video noise. |
|
Retrieves the type of clipping to apply to the video rectangle, if any. |
|
Queries whether the VMR is using the hardware overlay. |
|
Specifies a custom image compositor for the VMR to use. |
|
Specifies the CLSID of a custom image compositor, as a GUID. |
|
Specifies the static bitmap image. |
|
Specifies the clipping rectangle on the video source. |
|
Specifies the CLSID of a custom image compositor, as a BSTR. |
|
Specifies whether the VMR will decimate the video (that is, reduce the native video size) before processing it. |
|
Specifies the static bitmap image, as an IPictureDisp type. |
|
Specifies the opacity of the static bitmap image. |
|
Specifies the position of the static bitmap image, relative to the video window. |
|
Specifies the amount of clipping to perform on all sides of the video frame, in order to cut off random video noise. |
|
Specifies the type of clipping to apply to the video rectangle, if any. |
|
Specifies whether the VMR will use the hardware overlay. |
|
Configures the VMR to display an alpha-blended bitmap on top of the video. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008