Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Amvideo.h (include Dshow.h)

See also

DirectShow Structures

 

 

Show:
© 2017 Microsoft