mergAVPlayerCreate |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVPlayerCreate(<pAssetPointer>, [<pVideoCompositionPointer>])
|
Associations | mergav |
Summary | Create a player control from an asset or composition with an optional
video composition
|
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.
|
pVideoCompositionPointer | | (optional with a default) a pointer to the
video composition in memory
|
|
Values | Name | Type | Description |
---|
return | | a pointer to the asset export session in memory
|
|
Description | Create a player control from an asset or composition with an optional
video composition
|
Tags | externals |