MPEG_CONTEXT Structure
The MPEG_CONTEXT structure identifies the source of an MPEG-2 data stream.
Syntax
typedef struct {
MPEG_CONTEXT_TYPE Type;
union {
MPEG_BCS_DEMUX Demux;
MPEG_WINSOCK Winsock;
} U;
} MPEG_CONTEXT;
Members
Type
Specifies the source type, as an MPEG_CONTEXT_TYPE value. Currently, the value must be MPEG_CONTEXT_BCS_DEMUX.U
A union that contains the following members.Demux
Specifies an MPEG_BCS_DEMUX structure that identifies the filter graph instance.Winsock
Currently not supported.
Requirements
Header | Declared in Mpeg2Structs.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008