Package | com.adobe.mediacore.info |
Class | public class ClosedCaptionsTrack |
Inheritance | ClosedCaptionsTrack ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
activity : Boolean [read-only]
Getter method: Indicate whether there is activity in the track
| ClosedCaptionsTrack | ||
![]() | isDefault : Boolean [read-only]
Getter method: indicates whether the track is the default track. | Track | |
![]() | language : String [read-only]
Getter method: provides the language of the track. | Track | |
![]() | name : String [read-only]
Getter method: provides the name of the track. | Track |
Method | Defined By | ||
---|---|---|---|
ClosedCaptionsTrack(name:String, language:String, isDefault:Boolean, activity:Boolean)
Default constructor. | ClosedCaptionsTrack |
activity | property |
activity:Boolean
[read-only] Getter method: Indicate whether there is activity in the track
public function get activity():Boolean
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.
Parametersname: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 |