AForge.Video.DirectShow.VideoInput.VideoInput C# (CSharp) Méthode

VideoInput() private méthode

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