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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Requests to use high precision for timing of images.
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 |
toleranceBefore | Time tolerance in seconds before requested time. | 0 |
toleranceAfter | Time tolerance in seconds after requested time. | 0 |
Returns OK or error.
Request exact timing:
MBS("AVAsset.RequestImageTimePrecision"; $asset; 0; 0)
Request ± 0.5 seconds
MBS("AVAsset.RequestImageTimePrecision"; $asset; 0.5; 0.5)
Created 20th October 2016, last changed 20th October 2016
AVAsset.ReleaseAll - AVAsset.TimeCodes
Feedback: Report problem or ask question.