Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHAdjustmentDataMBS class.

PHAdjustmentDataMBS.data as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Data that contains the information necessary to reconstruct the adjustment.

Use this property to resume working with the last edit that was made to an asset. For example, if your app applies Core Image filters to photos, this property may hold a serialized property list that describes the filters and their parameters. Use the formatIdentifier and formatVersion properties to determine whether the adjustment data saved with an asset is in a format that your app can understand.
(Read only property)

PHAdjustmentDataMBS.formatIdentifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A string uniquely identifying the format of the adjustment data.

Set this identifier when you create an adjustment object with the constructor. For best results, identify your organization or product using a reverse-DNS-style name, such as com.example.myApp.

Read this property, and the formatVersion property, to determine whether the adjustment data saved with an asset was created by your app or is otherwise compatible with your app.
(Read only property)

PHAdjustmentDataMBS.formatVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A version number for the adjustment data format.

Set this identifier when creating an adjustment object with the constructor.
Read this property, and the formatIdentifier property, to determine whether the adjustment data saved with an asset was created by your app or is otherwise compatible with your app.
For example, in the first version of your app, you might save adjustment data using the identifier com.example.myApp and version 1.0. If a later version of your app adds incompatible information to the adjustment data, you can use the same identifier and increase the version number to 2.0.
(Read only property)

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

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


The biggest plugin in space...