MPEG1VIDEOINFO Structure

 
Microsoft DirectShow 9.0

MPEG1VIDEOINFO Structure

The MPEG1VIDEOINFO structure describes an MPEG-1 video stream.

Syntax

typedef struct tagMPEG1VIDEOINFO {
    VIDEOINFOHEADER hdr;
    DWORD           dwStartTimeCode;
    DWORD           cbSequenceHeader;
    BYTE            bSequenceHeader[1];
} MPEG1VIDEOINFO;

Members

hdr

VIDEOINFOHEADER structure.

dwStartTimeCode

25-bit group-of-pictures (GOP) time code at start of data.

cbSequenceHeader

Length of the bSequenceHeader member, in bytes.

bSequenceHeader

Start of an array that contains the sequence header, including quantization matrices, if any. The size of the array is given in the cbSequenceHeader member.

Requirements

Header: Dshow.h.

See Also