Microsoft DirectX 9.0

IPinInfo.MediaTypes

The MediaTypes property retrieves a collection of the pin's preferred media types.

Syntax

objPinInfo.MediaTypes As IAMCollection 

Parameters

This property takes no parameters.

Return Values

Returns an IAMCollection object that contains zero or more IMediaTypeInfo objects.

Remarks

This property is read-only.

See Also