Removes an output from the receiver.
Original signature is '- (void)removeOutput:(QTCaptureOutput *)output'
Available in 5 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveOutput( QTCaptureOutput output )
Public Overridable Sub RemoveOutput ( _ output As QTCaptureOutput _ )
public: virtual void RemoveOutput( QTCaptureOutput^ output )

- output (QTCaptureOutput)
- The QTCaptureOutput instance to be disconnected from the receiver.

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