Packageorg.osmf.smpte.tt.captions
Classpublic class CaptionElement
InheritanceCaptionElement Inheritance TimedTextElement Inheritance org.osmf.metadata.TimelineMarker



Public Properties
 PropertyDefined By
 Inheritedanimations : Vector.<TimedTextElement>
[read-only] Gets or sets the list of animations to be applied to this element.
TimedTextElement
 Inheritedbegin : Number
[read-only] The start time in seconds.
TimedTextElement
 InheritedcaptionElementType : TimedTextElementType
Gets or sets the type of this caption element.
TimedTextElement
 Inheritedchildren : Vector.<TimedTextElement>
[read-only]
TimedTextElement
 Inheritedcontent : *
Gets or sets the text associated with this marker.
TimedTextElement
 InheritedcurrentStyle : TimedTextStyle
Gets or sets the current style of this element.
TimedTextElement
 Inheritedend : Number
[read-only] The end time in seconds.
TimedTextElement
 InheritedhasAnimations : Boolean
[read-only]
TimedTextElement
 Inheritedid : String
Gets or sets a unique identifier for the marker.
TimedTextElement
  index : int
CaptionElement
 InheritedparentElement : *
Gets or sets the text associated with this marker.
TimedTextElement
  regionId : String
CaptionElement
 Inheritedsiblings : Vector.<TimedTextElement>
[read-only]
TimedTextElement
 Inheritedstyle : TimedTextStyle
Gets or sets the Style to be applied to this element.
TimedTextElement
 Inheritedtype : String
Gets or sets the type to be applied to this element.
TimedTextElement
Public Methods
 MethodDefined By
  
CaptionElement(start:Number, end:Number, id:String = null)
CaptionElement
 Inherited
calculateCurrentStyle(position:Number):void
TimedTextElement
 Inherited
isActiveAtPosition(position:Number, round:Boolean = false):Boolean
TimedTextElement
 Inherited
IsActiveAtPosition(tte:TimedTextElement, position:Number, round:Boolean = false):Boolean
[static]
TimedTextElement
 Inherited
isActiveInRange(rangeStart:Number, rangeEnd:Number):Boolean
TimedTextElement
 Inherited
IsActiveInRange(tte:TimedTextElement, rangeStart:Number, rangeEnd:Number):Boolean
[static]
TimedTextElement
 Inherited
isContainedByRange(rangeStart:Number, rangeEnd:Number):Boolean
TimedTextElement
 Inherited
IsContainedByRange(tte:TimedTextElement, rangeStart:Number, rangeEnd:Number):Boolean
[static]
TimedTextElement
  
toString():String
CaptionElement
 Inherited
whereActiveAtPosition(vector:Vector.<TimedTextElement>, position:Number):Vector.<TimedTextElement>
[static]
TimedTextElement
Property Detail
indexproperty
index:int


Implementation
    public function get index():int
    public function set index(value:int):void
regionIdproperty 
regionId:String


Implementation
    public function get regionId():String
    public function set regionId(value:String):void
Constructor Detail
CaptionElement()Constructor
public function CaptionElement(start:Number, end:Number, id:String = null)

Parameters
start:Number
 
end:Number
 
id:String (default = null)
Method Detail
toString()method
public function toString():String

Returns
String