// ksmedia.h
typedef struct tagKS_MPEG1VIDEOINFO {
KS_VIDEOINFOHEADER hdr;
DWORD dwStartTimeCode;
DWORD cbSequenceHeader;
BYTE bSequenceHeader[1];
} KS_MPEG1VIDEOINFO, *PKS_MPEG1VIDEOINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_MPEG1VIDEOINFO structure describes an MPEG-1 video stream.
hdrSpecifies a KS_VIDEOINFOHEADER structure that describes the details of the video stream.
dwStartTimeCodeA 25-bit "group-of-pictures" time code at the start of data.
cbSequenceHeaderThe length of the bSequenceHeader member, in bytes.
bSequenceHeaderThe length of the bSequenceHeader member, in bytes.