FLVBeacon

Kind of class:class
Inherits from:none
Implements:
Classpath:com.bourre.transitions.FLVBeacon
File last modified:Wednesday, 31 October 2007, 07:35:30

Constructor

FLVBeacon

function FLVBeacon (

Class properties

onChangeVideoDisplayEVENT

static onChangeVideoDisplayEVENT:EventType = new EventType('onChangeVideoDisplay')
(read,write)

onEnterFrameEVENT

static onEnterFrameEVENT:EventType = new EventType('onEnterFrame')
(read,write)

Instance methods

addFrameListener

function addFrameListener (
oL:IFrameListener) : Void
Adds listener for receiving all IFrameBeacon events.
#
Parameters:
oL:
Listener object which implements IFrameListener interface.
#

getVideoDisplay

function getVideoDisplay (

isPlaying

function isPlaying (
) : Boolean
Indicates if FPSBeacon's running.
#
Returns:
true if FPSBeacon is running, either false
#

removeFrameListener

function removeFrameListener (
oL:IFrameListener) : Void
Removes passed-in listener for receiving all IFrameBeacon events.
#
Parameters:
oL:
Listener object which implements IFrameListener interface.
#

setVideoDisplay

function setVideoDisplay (
vd:VideoDisplay) : Void

start

function start (
) : Void
Starts the process.
#
Specified by:

stop

function stop (
) : Void
Stops the process.
#
Specified by:

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

Event handlers

onPlayHeadTimeChange

function onPlayHeadTimeChange (