VIDEOINFOHEADER (Compact 2013)

3/26/2014

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

Syntax

typedef struct tagVIDEOINFOHEADER {
  RECT rcSource;
  RECT rcTarget;
  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.

  • rcTarget
    RECT structure that specifies the destination video window.
  • 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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Structures