PHImageManagerMBS 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 PHImageManagerMBS class.

PHImageManagerMBS.RequestAVAssetForVideoCompletedMBS(asset as PHAssetMBS, options as PHVideoRequestOptionsMBS, AVAsset as Variant, AVAudioMix as Variant, info as Dictionary, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
delegate Photos MBS Mac64bit Plugin 20.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A delegate that Photos calls after loading the asset’s data.

asset: An object that provides access to the video asset as a collection of tracks and metadata. For details on working with AVAsset objects, see AVFoundation Programming Guide.
audioMix: Use this object to rearrange the asset’s audio tracks, edit additional audio into the mix, or configure an AVAssetReaderOutput object for exporting the asset’s audio data. If nil, the asset uses a default audio mix.
info: A dictionary providing information about the status of the request. See Image Result Info Keys for possible keys and values.

We pass AVAsset, the AVAssetMBS object, as variant to avoid plugin dependencies.
Same for AVAudioMix with AVAudioMixMBS object.

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