AM_MPEGSTREAMTYPE structure
The AM_MPEGSTREAMTYPE structure defines the media type for an MPEG-1 program stream.
Syntax
typedef struct tagAM_MPEGSTREAMTYPE {
DWORD dwStreamId;
DWORD dwReserved;
AM_MEDIA_TYPE mt;
BYTE bFormat[1];
} AM_MPEGSTREAMTYPE;
Members
dwStreamId
dwReserved
Reserved.
mt
AM_MEDIA_TYPE structure describing the type for the substeam. The pbFormat member of this structure must NULL. The format data normally conveyed in pbFormat is stored in the bFormat member.
bFormat
Format data. The size of this array, in bytes, is given in the mt.cbFormat member.
Requirements
| Header | mpegtype.h (include Dshow.h) |