PHContentEditingInputRequestOptionsMBS delegates

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHContentEditingInputRequestOptionsMBS class.

PHContentEditingInputRequestOptionsMBS.CanHandleAdjustmentDataMBS(adjustmentData as PHAdjustmentDataMBS, tag as Variant) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
delegate Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The delegate takes the following parameter.

adjustmentData: A PHAdjustmentDataMBS object you can use to determine whether your app can work with past edits made to the asset. Typically, you make this decision based on the adjustment data’s formatIdentifier and formatVersion properties.

If your method returns true, Photos provides the original asset data for editing. Your app uses the adjustment data to alter, add to, or reapply previous edits. (For example, an adjustment data may describe filters applied to a photo. Your app reapplies those filters and allows the user to change filter parameters, add new filters, or remove filters.)
If your method returns false, Photos provides the most recent asset data—the rendered output of all previous edits—for editing.

Some methods using this delegate:

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


💬 Ask a question or report a problem