VideoOverlay.onPeriod

機能/意味
Period event has occurred
タイプ
VideoOverlayクラスのイベント
構文
onPeriod(type)
引数
type  Represents the type of Period event.
 One of the following:
perLoop : End of (normal) loop
perSegLoop : End of segment loop reached
perPeriod : The frame specified by the setPeriodEvent method has been reached
perPrepare : Playback preparation by the prepare method is completed.
説明
This method is called when the end of the loop, when the frame specified by setPeriodEvent is reached, or when the prepare method is ready for playback.
At the end of the loop or when this event is called when the frame specified by setPeriodEvent is reached, the playback position may already be beyond the specified position, depending on the playback situation. See the frame property to get the current actual playback position.
参照
VideoOverlay.setPeriodEvent
VideoOverlay.prepare
VideoOverlay.frame