Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHVideoRequestOptionsMBS class.

PHVideoRequestOptionsMBS.DeliveryMode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A mode specifying the requested video quality and delivery priority.

Use this property to tell Photos to provide a video quickly (possibly sacrificing image quality) or to provide a high-quality video (possibly sacrificing speed). This option applies only when requesting the current version of the video (that is, only when the version property is VersionCurrent).
The default option is DeliveryModeAutomatic. See DeliveryMode.
(Read and Write property)

PHVideoRequestOptionsMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The internal object reference.

(Read and Write property)

PHVideoRequestOptionsMBS.NetworkAccessAllowed as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that specifies whether Photos can download the requested video from iCloud.

If true, and the requested video is not stored on the local device, Photos downloads the video from iCloud. To be notified of the download’s progress, use the progressHandler property to provide a delegate that Photos calls periodically while downloading the video. If false (the default), and the video is not on the local device, the PHImageResultIsInCloudKey value in the result handler’s info dictionary indicates that the video is not available unless you enable network access.
(Read and Write property)

PHVideoRequestOptionsMBS.ProgressHandler as ProgressHandlerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The delegate that Photos calls periodically while downloading the video.

If you request a video whose data is not on the local device, and you have enabled downloading with the networkAccessAllowed property, Photos calls your delegate periodically to report progress and to allow you to cancel the download.
(Read and Write property)

PHVideoRequestOptionsMBS.Version as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The version of the video to request.

If a video asset has been edited, use this property to request a video with or without adjustments.
The default option is VersionCurrent. See Version constants.
(Read and Write property)

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


The biggest plugin in space...