Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries actual time for image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVAsset | 6.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Asset | The reference number of the asset. Please use AVAsset.OpenContainer, AVAsset.OpenFile or AVAsset.OpenURL function to get asset reference. | $asset |
Returns number or error.
Query image and time:
Set Variable [ $a ; Value: MBS( "AVAsset.OpenFile"; "/Users/cs/Desktop/Trampolin.mov" ) ]
Set Field [ test::Image ; MBS( "AVAsset.Image"; $a; 5; "JPEG"; "frame.jpg" ) ]
Show Custom Dialog [ "Image requested at 5 seconds and got image from:" ; MBS( "AVAsset.ImageActualTime"; $a ) ]
Set Variable [ $r ; Value: MBS( "AVAsset.Release"; $a ) ]
Created 20th October 2016, last changed 25th November 2017
AVAsset.Image - AVAsset.IsComposable
Feedback: Report problem or ask question.