IGenericDescriptor Interface

 
Microsoft DirectShow 9.0

IGenericDescriptor Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The IGenericDescriptor enables the client to get an MPEG-2 descriptor in an unparsed format.

See ISO/IEC 1318-1 for the MPEG-2 descriptor specifications. See ETSI EN 300 468 for the DVB descriptor specifications.

In addition to the methods inherited from IUnknown, the IGenericDescriptor interface exposes the following methods.

Method Description
GetBody Returns the body of the descriptor.
GetLength Returns the length of the descriptor body.
GetTag Returns the descriptor tag.
Initialize Initializes the object.

Requirements

Header: Include Mpeg2PsiParser.h.

See Also