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

AVExport.SetTimeRange

Specifies a time range to be exported from the source.

Component Version macOS Windows Linux Server iOS SDK
AVExport 6.1 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "AVExport.SetTimeRange"; AVExportSession; StartTime; Duration )   More

Parameters

Parameter Description Example
AVExportSession The session reference number. $AVExport
StartTime Start time in seconds from beginning. 0
Duration The duration of the video section to export in seconds. 5*60

Result

Returns OK or error.

Description

Specifies a time range to be exported from the source.
The default timeRange of an export session is all, meaning that the full duration of the asset will be exported.

See also

Release notes

Blog Entries

This function checks for a license.

Created 29th February 2016, last changed 29th February 2016


AVExport.SetShouldOptimizeForNetworkUse - AVExport.Status