AM_MPEGSTREAMTYPE

 
Microsoft DirectShow 9.0

AM_MPEGSTREAMTYPE

Information incomplete for this release.

The AM_MPEGSTREAMTYPE structure defines the media type for an MPEG1 program stream.

Syntax

  typedef struct tagAM_MPEGSTREAMTYPE{
  DWORD          dwStreamID;
  DWORD          dwReserved;
  AM_MEDIA_TYPE  mt;
  BYTE           bFormat[1];
} AM_MPEGSTREAMTYPE;

Members

dwStreamID

Double word containing the stream identifier of the stream to process.

dwReserved

Double word containing the 8-byte alignment.

mt

AM_MEDIA_TYPE structure describing the type for the substeam; pbFormat is NULL.

bFormat

Format data.

Requirements

  Header: Dshow.h.

See Also