Microsoft Windows CE 3.0  

MPEG1VIDEOINFO

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Describes an MPEG-1 video stream.

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.