| Package | vegas.media |
| Class | public class CuePoint |
| Inheritance | CuePoint SimpleValueObject Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | id : *
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 | ||
| Method | Defined By | ||
|---|---|---|---|
CuePoint(init:Object = null)
Creates a new CuePoint instance. | CuePoint | ||
![]() | equals(o:*):Boolean
Compares the specified object with this object for equality. | SimpleValueObject | |
![]() | formatToString(className:String = null, ... args):String
A utility function for implementing the toString() method. | SimpleValueObject | |
![]() | toObject():Object
Returns the Object representation of this object. | SimpleValueObject | |
![]() | 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 | ||
| name | property |
public var name:StringThe name of the CuePoint.
| parameters | property |
public var parameters:ArrayA associative array of name/value pair strings specified for this cue point. Any valid string can be used for the parameter name or value.
| time | property |
public var time:StringThe time of the CuePoint.
| type | property |
public var type:StringThe type of the CuePoint.
| CuePoint | () | Constructor |
public function CuePoint(init:Object = null)Creates a new CuePoint instance.
Parametersinit:Object (default = null) — An Object with the properties 'name', 'parameters', 'time' and 'type' used to define this CuePoint object.
|
| toString | () | method |
override public function toString():StringReturns the String representation of this object.
ReturnsString — the String representation of this object.
|