Platforms to show: All Mac Windows Linux Cross-Platform

Back to PHAssetMBS class.

PHAssetMBS.burstIdentifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The unique identifier shared by photo assets from the same burst sequence.

When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together. The Photos framework identifies a burst sequence as a group of assets sharing the same burst identifier string.
(Read only property)

PHAssetMBS.burstSelectionTypes 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 selection type of the asset in a burst photo sequence.

When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together and allows the user to select favorite members of the sequence. Photos also automatically marks members of the sequence as potential user favorites. See PHAssetBurstSelectionType for possible values.

Because an asset may have more than one selection type, you use bit masks to identify an asset.
(Read only property)

PHAssetMBS.creationDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The date and time at which the asset was originally created.

(Read only property)

PHAssetMBS.creationDateTime as DateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The date and time at which the asset was originally created.

(Read only property)

PHAssetMBS.duration as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The duration, in seconds, of the video asset.

For photo assets, the duration is always zero.
(Read only property)

PHAssetMBS.Favorite 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 indicates whether the user has marked the asset as a favorite.

(Read only property)

PHAssetMBS.Hidden 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 indicates whether the user has hidden the asset.

Hidden assets do not appear in the Moments interface in the Photos app and are not returned when fetching the contents of a moment collection.
(Read only property)

PHAssetMBS.location as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The location information saved with the asset.

Typically, an asset’s location metadata identifies the place where the asset was captured.

We pass result, the CLLocationMBS object, as variant to avoid plugin dependencies.
(Read only property)

PHAssetMBS.mediaSubtypes 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 subtypes of the asset, identifying special kinds of assets such as panoramic photo or high-framerate video.

See subtype constants for possible values.
Because an asset may have more than one subtype, you use these values as bit masks to identify an asset.
(Read only property)

PHAssetMBS.mediaType 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 type of the asset, such as video or audio.

See Type constants.
(Read only property)

PHAssetMBS.modificationDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The date and time at which the asset was last modified.

Photos updates the modification date when an asset’s image or video content or metadata changes.
(Read only property)

PHAssetMBS.modificationDateTime as DateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Photos MBS Mac64bit Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The date and time at which the asset was last modified.

Photos updates the modification date when an asset’s image or video content or metadata changes.
(Read only property)

PHAssetMBS.pixelHeight 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 height, in pixels, of the asset’s image or video data.

If the asset’s content has been edited, this property describes the size of the current version of the asset.
(Read only property)

PHAssetMBS.pixelWidth 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 width, in pixels, of the asset’s image or video data.

If the asset’s content has been edited, this property describes the size of the current version of the asset.
(Read only property)

PHAssetMBS.playbackStyle 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 playback style for the asset.

(Read only property)

PHAssetMBS.RepresentsBurst 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 indicates whether the asset is the representative photo from a burst photo sequence.

When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together. One asset represents the entire sequence in displayed collections.
(Read only property)

PHAssetMBS.sourceType 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 means by which the asset entered the user’s Photos library.

Assets from some sources can be edited, deleted, or added to collections; assets from other sources do not support these operations. For details, see SourceType constants.
(Read only property)

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


The biggest plugin in space...