Stop playing the current tour, if needed, and clear the current tour document.
Get whether this player will leave slide Settings applied when it stops.
Get the tour associated with this tour player, if there is one.
Force the currently playing tour to advance to the next slide.
Toggle the playback state of the current tour, to or from paused.
Start or resume playing the current tour.
TODO: clarify semantics about where we start from. Beginning of the current slide, I think?
Start playing the current tour from the beginning of the specified stop.
Set whether this player will leave slide Settings applied when it stops.
Set the tour associated with this tour player.
Stop playing the current tour.
TODO: clarify how this differs from pauseTour
.
Generated using TypeDoc
An object that manages the playback of a tour.
Each TourPlayer may be associated with an underlying TourDocument, which defines the tour in question. It may be accessed using the get_tour method.