Contents

AVCaptureInput.Port

An object that represents a stream of data that a capture input provides.

Declaration

class Port

Overview

Instances of AVCaptureInput have one or more input ports, one for each data stream they can produce. For example, an AVCaptureDeviceInput object presenting one video data stream has one port.

Topics

Inspecting an input port

Observing format changes

Accessing the input

See Also

Accessing ports