Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
MPEG_CONTEXT_TYPE
The MPEG_CONTEXT_TYPE enumeration type identifies the source of an MPEG-2 data stream.
Syntax
typedef enum {
    MPEG_CONTEXT_BCS_DEMUX,
    MPEG_CONTEXT_WINSOCK
} MPEG_CONTEXT_TYPE;
Members
MPEG_CONTEXT_BCS_DEMUX
Indicates that the source is a DirectShow filter graph using the MPEG-2 Demultiplexer filter.
MPEG_CONTEXT_WINSOCK
Reserved. Do not use.
Requirements
Header: Include Mpeg2Structs.h.
See Also