Share via


CS_MPEG1VIDEOINFO (Windows Embedded CE 6.0)

1/6/2010

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

  • 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
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures
CS_VIDEOINFOHEADER