Microsoft DirectX 8.1 (C++) |
The get_ConnectionMediaType method retrieves the IMediaTypeInfo object containing the connection information.
Syntax
HRESULT get_ConnectionMediaType(
IDispatch **ppUnk
);
Parameters
ppUnk
[out, retval] Address of a pointer to the returned IMediaTypeInfo interface.
Return Value
Returns an HRESULT value.
Remarks
This method is essentially an Automation wrapper for the IPin::ConnectionMediaType method.
See Also