Contents

VTFrameProcessorConfiguration

A protocol that describes the configuration of a processor to use during a video processing session.

Declaration

protocol VTFrameProcessorConfiguration : NSObjectProtocol, Sendable

Overview

The VTFrameProcessorConfiguration protocol conformance starts a frame processing session. These properties can be queried on an implementation conforming to this protocol without starting a session.

Topics

Determining processor availability

Inspecting dimension constraints

Inspecting pixel buffer attributes

Inspecting frame requirements

See Also

Frame processor