Platforms to show: All Mac Windows Linux Cross-Platform

Back to SDAVAssetExportSessionMBS class.

SDAVAssetExportSessionMBS.exportAsynchronouslyCompleted

Type Topic Plugin Version macOS Windows Linux iOS Targets
event AVFoundation MBS AVFoundation Plugin 20.3 ✅ Yes ❌ No ❌ No ❌ No
Returns the identifiers compatible with a given asset.

asset: An asset that is ready to be exported.

Returns an array of strings representing the identifiers compatible with asset.

The array is a complete list of the valid identifiers that can be used with exportSessionWithAsset with the specified asset.

Not all export presets are compatible with all assets. For example, a video-only asset is not compatible with an audio-only preset. This method returns only the identifiers for presets that are compatible with the given asset.

In order to ensure that the setup and running of an export operation will succeed using a given preset, you should not make significant changes to the asset (such as adding or deleting tracks) between retrieving compatible identifiers and performing the export operation.

If the asset's tracks are not currently loaded, they may be loaded by this method before any checks are performed.

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


The biggest plugin in space...