Index Topic Contents | |||
Previous Topic: IMediaPosition Object Next Topic: IPinInfo Object |
IMediaTypeInfo Object
The filter graph manager exposes IMediaTypeInfo, which allows access to media type information such as the major GUIDs (globally unique identifiers).
Properties
Name Description Subtype Retrieves the subtype GUID as a string. Type Retrieves the major type GUID as a string. IMediaTypeInfo Object
Subtype Property (IMediaTypeInfo Object)Retrieves the subtype GUID as a string.
objMediaTypeInfo.Subtype
Parts
- objMediaTypeInfo
- Object expression that evaluates to an IMediaTypeInfo object.
Return Values
Returns a string that contains the subtype GUID.
IMediaTypeInfo Object
Type Property (IMediaTypeInfo Object)Retrieves the major type GUID as a string.
objMediaTypeInfo.Type
Parts
- objMediaTypeInfo
- Object expression that evaluates to an IMediaTypeInfo object.
Return Values
Returns a string containing the major type GUID.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.