Packagecom.adobe.mediacore.info
Classpublic class ClosedCaptionsTrack
InheritanceClosedCaptionsTrack Inheritance Track Inheritance Object

Class that defines the ClosedCaptions abstraction. An closed captions track is defined uniquely by its name.



Public Properties
 PropertyDefined By
  activity : Boolean
[read-only] Getter method: Indicate whether there is activity in the track
ClosedCaptionsTrack
 InheritedisDefault : Boolean
[read-only] Getter method: indicates whether the track is the default track.
Track
 Inheritedlanguage : String
[read-only] Getter method: provides the language of the track.
Track
 Inheritedname : String
[read-only] Getter method: provides the name of the track.
Track
Public Methods
 MethodDefined By
  
ClosedCaptionsTrack(name:String, language:String, isDefault:Boolean, activity:Boolean)
Default constructor.
ClosedCaptionsTrack
Property Detail
activityproperty
activity:Boolean  [read-only]

Getter method: Indicate whether there is activity in the track


Implementation
    public function get activity():Boolean
Constructor Detail
ClosedCaptionsTrack()Constructor
public function ClosedCaptionsTrack(name:String, language:String, isDefault:Boolean, activity:Boolean)

Default constructor. All track properties are read-only values. They can only be set at construction time.

Parameters
name:String — the name of the closed captions track
 
language:String — the language of the closed captions track
 
isDefault:Boolean — boolean that marks whether the closed captions track is the default one
 
activity:Boolean