MonobjcMonobjc Documented Class Library
AddInputError Method (input, errorPtr)
NamespacesMonobjc.QTKitQTCaptureSessionAddInputError(QTCaptureInput, NSError%)

Adds an input to the receiver.

Original signature is '- (BOOL)addInput:(QTCaptureInput *)input error:(NSError **)errorPtr'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)