| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/QTKit.framework |
| Availability | Available in QuickTime 7.2.1 and later. |
| Declared in | QTCaptureInput.h |
This class provides input source connections for a QTCaptureSession. QTCaptureInput is an abstract class that provides an interface for connecting capture input sources, such as cameras, to a QTCaptureSession. An input source can have multiple connections. For instance, many cameras output both audio and video streams. Each connection owned by a QTCaptureInput instance is described by a QTCaptureConnection.
Returns an array of connections owned by the receiver.
- (NSArray *)connections
An NSArray of QTCaptureConnection instances.
For each connection owned by the receiver, this method returns a QTCaptureConnection object describing the media type, format, and other attributes of the connection.
QTCaptureInput.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)