FLVBeacon
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.transitions.FLVBeacon |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
Summary
Constructor
Class properties
Instance methods
Event handlers
Constructor
FLVBeacon
function FLVBeacon (
vd:VideoDisplay)
Class properties
onChangeVideoDisplayEVENT
(read,write)
onEnterFrameEVENT
(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.
#Specified by:
getVideoDisplay
function getVideoDisplay (
) : VideoDisplay
isPlaying
function isPlaying (
) : Boolean
Indicates if FPSBeacon's running.
#Returns:#
true if FPSBeacon is running, either falseSpecified by:
removeFrameListener
function removeFrameListener (
oL:IFrameListener) : Void
Removes passed-in listener for receiving all
#IFrameBeacon events.Parameters:
oL:
Listener object which implements IFrameListener interface.
#Specified by:
setVideoDisplay
function setVideoDisplay (
vd:VideoDisplay) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Event handlers
onPlayHeadTimeChange
function onPlayHeadTimeChange (
e:VideoDisplayEvent) : Void