Platforms to show: All Mac Windows Linux Cross-Platform

Back to DesktopAVCaptureViewControlMBS control.

DesktopAVCaptureViewControlMBS.controlsStyle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The style of the capture controls pane associated with the view.

(Read and Write property)

DesktopAVCaptureViewControlMBS.fileOutput as AVCaptureFileOutputMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A capture file output used to record media data.

The value of this property is the first instance of AVCaptureFileOutput contained in the session's outputs array or nil if no such instance is found. In the latter case the capture view's start recording button will be disabled. However, the controls for choosing input sources may still be enabled.
(Read only property)

DesktopAVCaptureViewControlMBS.session as AVCaptureSessionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A capture session represented by this view.

Modifying the capture session will impact its visual representation in the view. The default value is a session configured for movie file recordings of audio and video media data. Use setSession() to change the value of this property.
(Read only property)

DesktopAVCaptureViewControlMBS.videoGravity as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A string defining how the video is displayed within the views bounds rect.

Options are AVLayerVideoGravityResize, AVLayerVideoGravityResizeAspect and AVLayerVideoGravityResizeAspectFill. AVLayerVideoGravityResizeAspect is default. See <AVFoundation/AVAnimation.h> for a description of these options.
(Read and Write property)

DesktopAVCaptureViewControlMBS.View as NSViewMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The reference to the AVCaptureView object.

(Read only property)

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


The biggest plugin in space...