AM_MPEGSYSTEMTYPE
Microsoft DirectShow 9.0 |
AM_MPEGSYSTEMTYPE
Information incomplete for this release.
The AM_MPEGSYSTEMTYPE structure defines the format block contents for data of type MEDIATYPE_MPEG1System when the format block GUID is FORMAT_MPEG1System.
Syntax
typedef struct tagAM_MPEGSYSTEMTYPE{ DWORD dwBitRate; DWORD cStreams; AM_MPEGSTREAMTYPE Streams[1]; } AM_MPEGSYSTEMTYPE;
Members
dwBitRate
Double word containing the bits per second.
cStreams
Double word containing the number of streams.
Streams
AM_MPEGSTREAMTYPE structure describing the MPEG streams.
Remarks
The format block consists of elements of type AM_MPEGSYSTEMTYPE up to the length of the format block. Each format block is 8-byte aligned from the start of the format block.
Requirements
Header: Dshow.h.
See Also