mergAVPlayerCreateBoundaryTimeObserver |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVPlayerCreateBoundaryTimeObserver(<pPlayerPointer>, <pTimes>, <pCallback>)
|
Associations | mergav |
Summary | Observer boundary times while a player is playing and send a custom
message to the contol that created the player
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pPlayerPointer | | a pointer to the player in memory
|
pTimes | | a list of times in milliseconds.
|
pCallback | | a callback message to send when the player reaches the time.
The message has two parameters:|the pointer for the player|time in
milliseconds.
|
|
Values | Name | Type | Description |
---|
return | | a pointer the time observer that was created
|
|
Description | Observer boundary times while a player is playing and send a custom
message to the contol that created the player
|
Tags | externals |