VMRVIDEOSTREAMINFO Structure

 
Microsoft DirectShow 9.0

VMRVIDEOSTREAMINFO Structure

This topic applies to Windows XP or later.

The VMRVIDEOSTREAMINFO structure is used in the VMR-7 filter's call to IVMRImageCompositor::CompositeImage on the image compositor.

Syntax

  

Members

pddsVideoSurface

Specifies the DirectDraw surface that contains the video to be composited.

dwWidth

Specifies the width of the video rectangle.

dwHeight

Specifies the height of the video rectangle.

dwStrmID

Specifies the input stream. This value corresponds to the input pin.

fAlpha

Specifies the alpha value for this stream. (Not per-pixel alpha.)

ddClrKey

Specifies the source color key value or -1 if color keying is not to be used for this stream.

rNormal

Specifies the position of the image in composition space.

Requirements

Header: Dshow.h.

See Also