Describes an MPEG-1 video stream.
Syntax
typedef struct tagMPEG1VIDEOINFO { VIDEOINFOHEADER hdr; DWORD dwStartTimeCode; DWORD cbSequenceHeader; BYTE bSequenceHeader[1]; } MPEG1VIDEOINFO;
Members
- hdr
- Compatible with VIDEOINFOHEADER.
- dwStartTimeCode
- 25-bit "group-of-pictures" time code at start of data.
- cbSequenceHeader
- Length in bytes of bSequenceHeader.
- bSequenceHeader
- Sequence header including quantization matrices, if any.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.