MPEG_CONTEXT structure (mpeg2structs.h)

The MPEG_CONTEXT structure identifies the source of an MPEG-2 data stream.

Syntax

typedef struct __MIDL___MIDL_itf_mpeg2structs_0000_0000_0030 {
  MPEG_CONTEXT_TYPE Type;
  union {
    MPEG_BCS_DEMUX Demux;
    MPEG_WINSOCK   Winsock;
  } U;
} MPEG_CONTEXT, *PMPEG_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.

U.Demux

Specifies an MPEG_BCS_DEMUX structure that identifies the filter graph instance.

U.Winsock

Currently not supported.

Requirements

   
Header mpeg2structs.h

See also

BDA Structures