Property | Defined By | ||
---|---|---|---|
languages : Array
The size, in bytes of the asset. | CaptionDTO | ||
URL : String
The URL to the asset. | CaptionDTO |
Method | Defined By | ||
---|---|---|---|
CaptionDTO(caption:Object)
Constructor. | CaptionDTO |
languages | property |
public var languages:Array
The size, in bytes of the asset.
URL | property |
public var URL:String
The URL to the asset.
CaptionDTO | () | Constructor |
public function CaptionDTO(caption:Object)
Constructor.
Parameterscaption:Object — Rendition DTO from the player to wrap with this class.
|