mergAVAssetExportSessionCreate |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAssetExportSessionCreate(<pAssetPointer>, <pPreset>)
|
Associations | mergav |
Summary | Create an asset export session to write a composition to a file
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pAssetPointer | | a pointer to the asset in memory. This may also be a
composition pointer.
|
pPreset | | an asset export session preset available from
mergAVAssetExportSessionCompatiblePresets(pAssetPointer).
|
|
Values | Name | Type | Description |
---|
return | | a pointer to the asset export session in memory
|
|
Description | Create an asset export session to write a composition to a file
|
Tags | externals |