MonobjcMonobjc Documented Class Library
AddOutputError Method (output, errorPtr)
NamespacesMonobjc.QTKitQTCaptureSessionAddOutputError(QTCaptureOutput, NSError%)

Adds an output to the receiver.

Original signature is '- (BOOL)addOutput:(QTCaptureOutput *)output error:(NSError **)errorPtr'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AddOutputError(
	QTCaptureOutput output,
	out NSError errorPtr
)
Public Overridable Function AddOutputError ( _
	output As QTCaptureOutput, _
	<OutAttribute> ByRef errorPtr As NSError _
) As Boolean
public:
virtual bool AddOutputError(
	QTCaptureOutput^ output, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
output (QTCaptureOutput)
The QTCaptureOutput instance connection to be connected to the receiver.
errorPtr (NSError%)
If not equal to NIL, points to an error describing why the output could not be added, or points to NIL if the output was added successfully.
Return Value
Returns YES if the output was added successfully, or has already been added to the receiver. Returns NO if the output 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)