AForge.Video.DirectShow.VideoInput.VideoInput C# (CSharp) Method

VideoInput() private method

private VideoInput ( int index, PhysicalConnectorType type ) : System
index int
type PhysicalConnectorType
return System
        internal VideoInput( int index, PhysicalConnectorType type )
        {
            Index = index;
            Type = type;
        }
VideoInput