Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVPlayer.ReleaseAll
Releases all movies in memory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVPlayer | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "AVPlayer.ReleaseAll" )
Parameters
none
Result
Returns OK or error.
Description
Releases all movies in memory.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( "AVPlayer.ReleaseAll" ) ]
See also
Example Databases
This function is free to use.
Created 3th February 2017, last changed 27th August 2023
