mergAVCompositionTrackCompatibleWithAssetTrack |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVCompositionTrackCompatibleWithAssetTrack(<pCompositionPointer>, <pAssetPointer>, <pAssetTrackID>)
|
Associations | mergav |
Summary | Get the id of a composition track that is compatible with a specified
asset track
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pCompositionPointer | | a pointer to the composition in memory
|
pAssetPointer | | a pointer to the asset in memory
|
pAssetTrackID | | the id of the asset track
|
|
Values | Name | Type | Description |
---|
return | | the id of a composition track that can be used to add the
asset track to the composition
|
|
Description | Get the id of a composition track that is compatible with a specified
asset track
|
Tags | externals |