Windows Media Format SDK banner art
PreviousNext

WMVIDEOINFOHEADER

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

Syntax

typedef struct tagWMVIDEOINFOHEADER{
    RECT  rcSource;
    RECT  rcTarget;
    DWORD  dwBitRate;
    DWORD  dwBitErrorRate;
    LONGLONG  AvgTimePerFrame;
    BITMAPINFOHEADER  bmiHeader;
} WMVIDEOINFOHEADER;

Members

  rcSource

RECT structure that specifies the source video window.

  rcTarget

RECT structure that specifies the destination video window.

  dwBitRate

Double word containing the approximate bit rate in bits per second.

  dwBitErrorRate

Double word containing the error rate for this stream in bits per second.

  AvgTimePerFrame

Specifies the average time per frame in 100-nanosecond units.

  bmiHeader

Specifies a BITMAPINFOHEADER structure that contains color and dimension information for the video image bitmap.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.