CuePoint

Kind of class:class
Inherits from:none
Author:Andrew Guldman
Classpath:mx.controls.streamingmedia.CuePoint
File last modified:Tuesday, 18 December 2007, 15:44:38
CuePoints are points where an event will be fired during the playback of
streaming media.

Summary


Constructor
  • CuePoint (aName:String, aTime:Number)
    • Public constructor.
Instance properties
  • name : String
    • The name of the cue point
  • time : Number
    • The time in seconds at which the cue point is fired
  • display : MediaDisplay
    • The display with which this cue point is associated
  • playback : MediaPlayback
    • The playback component with which this cue point is associated
Instance methods

Constructor

CuePoint

function CuePoint (
aName:String, aTime:Number)

Public constructor.

Instance properties

display

display:MediaDisplay
(read)

The display with which this cue point is associated

name

name:String
(read)

The name of the cue point

playback

playback:MediaPlayback
(read)

The playback component with which this cue point is associated

time

time:Number
(read)

The time in seconds at which the cue point is fired

Instance methods

toString

function toString (
) : String