Adds an input to the receiver.
Original signature is '- (BOOL)addInput:(QTCaptureInput *)input error:(NSError **)errorPtr'
Available in 5 and later.

C# | Visual Basic | Visual C++ |
public virtual bool AddInputError( QTCaptureInput input, out NSError errorPtr )
Public Overridable Function AddInputError ( _ input As QTCaptureInput, _ <OutAttribute> ByRef errorPtr As NSError _ ) As Boolean
public: virtual bool AddInputError( QTCaptureInput^ input, [OutAttribute] NSError^% errorPtr )

- input (QTCaptureInput)
- The capture input to be connected to the receiver.
- errorPtr (NSError%)
- After the method returns, if this parameter is not equal to NIL, it points to an error describing why the input could not be added, or points to NIL if the input was added successfully.

Returns YES if the input was added successfully, or has already been added to the receiver. Returns NO if the input could not be added.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)