Packagevegas.media
Classpublic class CuePoint
InheritanceCuePoint Inheritance SimpleValueObject Inheritance Object

The CuePoint information object.



Public Properties
 PropertyDefined By
 Inheritedid : *
Indicates the id of this ValueObject.
SimpleValueObject
  name : String
The name of the CuePoint.
CuePoint
  parameters : Array
A associative array of name/value pair strings specified for this cue point.
CuePoint
  time : String
The time of the CuePoint.
CuePoint
  type : String
The type of the CuePoint.
CuePoint
Public Methods
 MethodDefined By
  
CuePoint(init:Object = null)
Creates a new CuePoint instance.
CuePoint
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
SimpleValueObject
 Inherited
formatToString(className:String = null, ... args):String
A utility function for implementing the toString() method.
SimpleValueObject
 Inherited
toObject():Object
Returns the Object representation of this object.
SimpleValueObject
 Inherited
toSource(indent:int = 0):String
Returns the source code string representation of the object.
SimpleValueObject
  
toString():String
[override] Returns the String representation of this object.
CuePoint
Property Detail
nameproperty
public var name:String

The name of the CuePoint.

parametersproperty 
public var parameters:Array

A associative array of name/value pair strings specified for this cue point. Any valid string can be used for the parameter name or value.

timeproperty 
public var time:String

The time of the CuePoint.

typeproperty 
public var type:String

The type of the CuePoint.

Constructor Detail
CuePoint()Constructor
public function CuePoint(init:Object = null)

Creates a new CuePoint instance.

Parameters
init:Object (default = null) — An Object with the properties 'name', 'parameters', 'time' and 'type' used to define this CuePoint object.
Method Detail
toString()method
override public function toString():String

Returns the String representation of this object.

Returns
String — the String representation of this object.