Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVCaptureOutputMBS class.

AVCaptureOutputMBS.connections as AVCaptureConnectionMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The capture output object's connections. (read-only)

The value of this property is an array of AVCaptureConnection objects, each describing the mapping between the receiver and the capture input ports (see AVCaptureInputPort) of one or more capture inputs (see AVCaptureInput).

Some examples using this method:

AVCaptureOutputMBS.connectionWithMediaType(mediaType as string) as AVCaptureConnectionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the first connection in the connections array with an input port of a specified media type.

mediaType: An AVMediaType constant from AVMediaFormat.h, for example, AVMediaTypeVideo.

Returns the first capture connection in the connections array that has an AVCaptureInputPort with media type mediaType, or nil if no connection with the specified media type is found.

AVCaptureOutputMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...