IPinInfo.ConnectionMediaType

 
Microsoft DirectShow 9.0

IPinInfo.ConnectionMediaType

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

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.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also