AForge.Video.DirectShow.VideoInput.VideoInput C# (CSharp) 메소드

VideoInput() 개인적인 메소드

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