Microsoft DirectX 8.0

IMediaTypeInfo Object

The filter graph manager exposes IMediaTypeInfo, which allows access to media type information such as the major GUIDs (globally unique identifiers).

Properties

Subtype Retrieves the subtype GUID as a string.
Type Retrieves the major type GUID as a string.

Subtype Property (IMediaTypeInfo Object)

IMediaTypeInfo Object

Retrieves the subtype GUID as a string.

Syntax

objMediaTypeInfo.Subtype

Parts

objMediaTypeInfo
Object expression that evaluates to an IMediaTypeInfo object.

Return Value

Returns a string that contains the subtype GUID.

Type Property (IMediaTypeInfo Object)

IMediaTypeInfo Object

Retrieves the major type GUID as a string.

Syntax

objMediaTypeInfo.Type

Parts

objMediaTypeInfo
Object expression that evaluates to an IMediaTypeInfo object.

Return Value

Returns a string containing the major type GUID.