C# Class CatenaLogic.Windows.Presentation.WebcamPlayer.CapHelper

Class that helps finding the pins for a specific filter
Show file Open project: raouldc/OptiDev

Public Methods

Method Description
GetPin ( this filter, PinDirection dir, int num ) : IPin

Gets a specific pin of a specific filter

Method Details

GetPin() public static method

Gets a specific pin of a specific filter
public static GetPin ( this filter, PinDirection dir, int num ) : IPin
filter this Filter to retrieve the pin for (defines which object should make this method available)
dir PinDirection Direction
num int Number
return IPin