Microsoft DirectX 8.1 (C++) |
This interface provides Automation-compatible methods for retrieving the media type of a pin connection.
Microsoft® Visual Basic® applications can use this interface to retrieve the media type of a pin connection. The IPinInfo::get_ConnectionMediaType method returns an object that supports this interface. The major type and minor type GUIDs are retrieved as properties on the object.
C/C++ applications should call the IPin::ConnectionMediaType method instead.
In addition to the methods inherited from IDispatch, the IMediaTypeInfo interface exposes the following methods.
Method | Description |
get_Type | Retrieves the GUID as a string. |
get_Subtype | Retrieves the subtype GUID as a string. |