mergAVPlayerCreateBoundaryTimeObserver

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVPlayerCreateBoundaryTimeObserver(<pPlayerPointer>, <pTimes>, <pCallback>)
Associationsmergav
Summary

Observer boundary times while a player is playing and send a custom message to the contol that created the player

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
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
NameTypeDescription
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

Tagsexternals