fsplayer.api.PlaybackControllerEvents Class
The PlaybackControllerEvents class exposes the following properties:
| Properties |
|
Property |
Type |
Description |
|
PausePlaybackHandlers |
Object |
Stores array of event handlers associated with pause playback event. |
|
StartPlaybackHandlers |
Object |
Stores array of event handlers associated with start playback event. |
|
AnimationStepChangedHandlers |
Object |
Stores array of event handlers associated with animation step changing event. |
|
SlidePositionChangedHandlers |
Object |
Stores array of event handlers associated with slide position changing event. |
|
CurrentSlideIndexChangedHandlers |
Object |
Stores array of event handlers associated with slide index changing event. |
|
SlideLoadingCompleteHandlers |
Object |
Stores array of event handlers associated with slide loading is completed event. |
|
PresentationPlaybackCompleteHandlers |
Object |
Stores array of event handlers associated with presentation playback is completed event. |
See also