Package | org.osmf.metadata |
Class | public class TimelineMarker |
Inheritance | TimelineMarker Object |
Subclasses | CuePoint |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
TimelineMarker objects are aggregated by a TimelineMetadata object.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
duration : Number [read-only]
The duration in seconds. | TimelineMarker | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
time : Number [read-only]
The time in seconds. | TimelineMarker |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | TimelineMarker | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
duration | property |
time | property |
Constructor Detail
TimelineMarker | () | Constructor |
public function TimelineMarker(time:Number, duration:Number = NaN)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
Parameterstime:Number — Time in seconds.
| |
duration:Number (default = NaN ) — The duration in seconds. Default to NaN, which indicates
that the duration is undefined.
|
Mon Nov 28 2011, 06:48 AM -08:00