Share via


VIDEOINFOHEADER (Windows CE 5.0)

Send Feedback

This structure describes the bitmap and color information for a video image.

typedef struct tagVIDEOINFOHEADER {RECT rcSource;RECTrcTarget;DWORD dwBitRate;DWORD dwBitErrorRate;REFERENCE_TIME AvgTimePerFrame;BITMAPINFOHEADER bmiHeader;} VIDEOINFOHEADER;

Members

  • rcSource
    RECT structure that specifies the source video window.

    This structure can be a clipping rectangle, to select a portion of the source video stream.

    See Source and Target Rectangles in Video Renderers for examples of how this member works.

  • rcTarget
    RECT structure that specifies the destination video window.

    See Source and Target Rectangles in Video Renderers for examples of how this member works.

  • dwBitRate
    DWORD value that specifies the video stream's approximate data rate, in bits per second.

  • dwBitErrorRate
    DWORD value that specifies the video stream's data error rate, in bit errors per second.

  • AvgTimePerFrame
    REFERENCE_TIME value that specifies the video frame's average display time, in 100-nanosecond units.

  • bmiHeader
    Win32 BITMAPINFOHEADER structure that contains color and dimension information for the video image bitmap.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Dshow.h.

See Also

DirectShow Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.