KS_MPEG1VIDEOINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagks_mpeg1videoinfo)

tagKS_MPEG1VIDEOINFO structure

Description

The KS_MPEG1VIDEOINFO structure describes an MPEG-1 video stream.

Members

hdr

Specifies a KS_VIDEOINFOHEADER structure that describes the details of the video stream.

dwStartTimeCode

A 25-bit "group-of-pictures" time code at the start of data.

cbSequenceHeader

The length of the bSequenceHeader member, in bytes.

bSequenceHeader

The length of the bSequenceHeader member, in bytes.

See also

KS_VIDEOINFOHEADER