mergAVCompositionTrackInsertAssetTrack

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVCompositionTrackInsertAssetTrack <pCompositionPointer>, <pCompositionTrackID>, <pAssetPointer>, <pAssetTrackID>, <pStart>, <pDuration>, <pTime>
Associationsmergav
Summary

Insert a time range of an asset track into a composition track at a specified time

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pCompositionPointer

a pointer to the composition in memory

pCompositionTrackID

the id of the composition track

pAssetPointer

a pointer to the asset in memory

pAssetTrackID

the id of the asset track

pStart

the start in milliseconds time of the asset track that you want added to the composition track

pDuration

the duration in milliseconds of the asset track that you want added to the composition track

pTime

the time in milliseconds in the composition track that you want the asset to be added to

Description

Insert a time range of an asset track into a composition track at a specified time

Tagsexternals