Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

AVAsset.ReleaseAll

Release all asset objects.

Component Version macOS Windows Linux Server iOS SDK
AVAsset 10.2 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "AVAsset.ReleaseAll" )

Parameters

none

Result

Returns OK or error.

Description

Release all asset objects.
You should better use AVAsset.Release with the reference numbers you got earlier as this function releases all objects and that may include objects from other scripts.

Be aware that on a server this may free objects, which are used by other scripts running in parallel!

Examples

Cleanup:

Set Variable [ $r ; Value: MBS( "AVAsset.ReleaseAll" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 17th April 2020, last changed 27th August 2023


AVAsset.Release - AVAsset.RequestImageTimePrecision