fsplayer.api.IPresenterVideoController Interface

The IPresenterVideoController Interface provides the following methods for presenter video control.

Methods

Method

Description

addListener(listener:IPresenterVideoListener):Void

Adds an external object implementing IPresenterVideoListener interface which will receive presenter video controller notifications.

removeListener(listener:IPresenterVideoListener):Void

Removes the previously added listener. The passed object will stop receiving presenter video controller notifications.

getCurrentVideo():IPresenterVideo

Returns current presenter video

See also

IPresenterVideo Interface
IPresenterVideoListener Interface
Flash Presentation ActionScript API Reference