Next Page > Hide TOC

QTCaptureInput Class Reference

Inherits from
Conforms to
Framework
/System/Library/Frameworks/QTKit.framework
Availability
Available in QuickTime 7.2.1 and later.
Declared in
QTCaptureInput.h

Overview

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.

Tasks

Capturing Input

Instance Methods

connections

Returns an array of connections owned by the receiver.

- (NSArray *)connections

Return Value

An NSArray of QTCaptureConnection instances.

Discussion

For each connection owned by the receiver, this method returns a QTCaptureConnection object describing the media type, format, and other attributes of the connection.

Availability
Declared In
QTCaptureInput.h

Next Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.