Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVCaptureVideoDataOutputMBS class.

AVCaptureVideoDataOutputMBS.PrepareCIImage as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property AVFoundation MBS AVFoundation Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether CIImageMBS should be created on preemptive thread.

If enabled, the plugin will do the work to create CIImage on the preemptive thread before calling AVFoundationMBS.captureOutputDidOutputSampleBuffer event on main thread. This may make your app more responsive on the main thread.
(Read and Write property)

Some examples using this property:

AVCaptureVideoDataOutputMBS.PrepareJPEGData as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property AVFoundation MBS AVFoundation Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether JPEGData should be created on preemptive thread.

If enabled, the plugin will do the work to create JPEGData on the preemptive thread before calling AVFoundationMBS.captureOutputDidOutputSampleBuffer event on main thread. This may make your app more responsive on the main thread.
(Read and Write property)

AVCaptureVideoDataOutputMBS.PrepareNSImage as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property AVFoundation MBS AVFoundation Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether NSImageMBS should be created on preemptive thread.

If enabled, the plugin will do the work to create NSImage on the preemptive thread before calling AVFoundationMBS.captureOutputDidOutputSampleBuffer event on main thread. This may make your app more responsive on the main thread.
(Read and Write property)

Some examples using this property:

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


The biggest plugin in space...