Microsoft DirectX 9.0 |
The ConnectionMediaType property retrieves the media type for the current pin connection, if any.
Syntax
objPinInfo.ConnectionMediaType As IMediaTypeInfo
Parameters
This property takes no parameters.
Return Values
Returns an IMediaTypeInfo object.
Remarks
This property is read-only. If the pin is not connected, retrieving this property causes a run-time error.
See Also