Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHLivePhotoRequestOptionsMBS class.

PHLivePhotoRequestOptionsMBS.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
The requested Live Photo quality and delivery priority.

Use this property to tell Photos to provide a Live Photo quickly (possibly sacrificing image quality), to provide a high-quality Live Photo (possibly sacrificing speed), or to provide both automatically if needed. See DeliveryMode constants.
(Read and Write property)

PHLivePhotoRequestOptionsMBS.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)

PHLivePhotoRequestOptionsMBS.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 Live Photo data from iCloud.

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

PHLivePhotoRequestOptionsMBS.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 which Photos calls periodically while downloading the Live Photo.

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

PHLivePhotoRequestOptionsMBS.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 Live Photo to be requested.

Use this property to request a version of the Live Photo with or without adjustments. 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...