CS_MPEG1VIDEOINFO (Compact 2013)
3/26/2014
This structure describes an MPEG video stream without bob or weave settings.
Syntax
typedef struct tagCS_MPEG1VIDEOINFO {
CS_VIDEOINFOHEADER hdr;
DWORD dwStartTimeCode;
DWORD cbSequenceHeader;
BYTE bSequenceHeader[1];
} CS_MPEG1VIDEOINFO , *PCS_MPEG1VIDEOINFO;
Members
- hdr
A CS_VIDEOINFOHEADER structure that specifies the details of the video stream.
- dwStartTimeCode
A DWORD value that indicates a 25-bit "group-of-pictures" time code at the start of data.
- cbSequenceHeader
A DWORD value that indicates the length, in bytes, of bSequenceHeader.
- bSequenceHeader
A BYTE array that indicates the sequence header including quantization matrices, if any.
Requirements
Header |
csmedia.h |