fsplayer.api.ISlideResources Interface

The ISlideResources interface provides the information about resources related to this presentation slide such as presenter video. The Interface exposes the following methods:

Methods

Method

Description

hasPresenterVideo():Boolean

Indicate whether the slide has a presenter video.

getPresenterVideo():IPresenterVideo

Returns the IPresenterVideo interface providing information about presenter video.
If there is no presenter video, an undefined value is returned.

See also

IPresenterVideo Interface