mergAVCompositionTrackInsertEmptyTimeRange |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVCompositionTrackInsertEmptyTimeRange <pCompositionPointer>, <pCompositionTrackID>, <pStart>, <pDuration>
|
Associations | mergav |
Summary | Insert an empty time range into a track of a composition
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pCompositionPointer | | a pointer to the composition in memory
|
pCompositionTrackID | | the id of the composition track
|
pStart | | the start time in milliseconds of the empty time range to add
to the composition track
|
pDuration | | the duration in milliseconds of the empty time range that
you want added to the composition track
|
|
Description | Insert an empty time range into a track of a composition
|
Tags | externals |