Package | com.adobe.mediacore |
Class | public final class ClosedCaptionStylesBuilder |
Inheritance | ClosedCaptionStylesBuilder ![]() |
Property | Defined By | ||
---|---|---|---|
backgroundColor : int
The index of the background color used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
backgroundOpacity : String
The background opacity used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
edgeColor : int
The index of the color used for closed caption edge rendering. | ClosedCaptionStylesBuilder | ||
fillColor : int
The index of the fill color used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
fillOpacity : String
The fill opacity used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
font : int
The index of the font used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
fontColor : int
The index of the font color used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
fontEdge : int
The index of the closed captions edge. | ClosedCaptionStylesBuilder | ||
fontOpacity : String
The font opacity used for closed captions rendering. | ClosedCaptionStylesBuilder | ||
size : int
The index of the font size used for closed captions rendering. | ClosedCaptionStylesBuilder |
Method | Defined By | ||
---|---|---|---|
Default constructor. | ClosedCaptionStylesBuilder | ||
Builder method for an ClosedCaptionStyle instance. | ClosedCaptionStylesBuilder |
backgroundColor | property |
backgroundColor:int
The index of the background color used for closed captions rendering. The index must be within the bounds of the public COLOR property.
public function get backgroundColor():int
public function set backgroundColor(value:int):void
backgroundOpacity | property |
backgroundOpacity:String
The background opacity used for closed captions rendering.
public function get backgroundOpacity():String
public function set backgroundOpacity(value:String):void
edgeColor | property |
edgeColor:int
The index of the color used for closed caption edge rendering. The index must be within the bounds of the public COLOR array.
public function get edgeColor():int
public function set edgeColor(value:int):void
fillColor | property |
fillColor:int
The index of the fill color used for closed captions rendering. The index must be within the bounds of public COLOR property.
public function get fillColor():int
public function set fillColor(value:int):void
fillOpacity | property |
fillOpacity:String
The fill opacity used for closed captions rendering.
public function get fillOpacity():String
public function set fillOpacity(value:String):void
font | property |
font:int
The index of the font used for closed captions rendering. The index must be within the bounds of the public FONT array.
public function get font():int
public function set font(value:int):void
fontColor | property |
fontColor:int
The index of the font color used for closed captions rendering. The index must be within the bounds of the public COLOR array.
public function get fontColor():int
public function set fontColor(value:int):void
fontEdge | property |
fontEdge:int
The index of the closed captions edge. The index must be within the bounds of the public EDGE array.
public function get fontEdge():int
public function set fontEdge(value:int):void
fontOpacity | property |
fontOpacity:String
The font opacity used for closed captions rendering.
public function get fontOpacity():String
public function set fontOpacity(value:String):void
size | property |
size:int
The index of the font size used for closed captions rendering. The index must be within the bounds of the FONT_SIZE property.
public function get size():int
public function set size(value:int):void
ClosedCaptionStylesBuilder | () | Constructor |
public function ClosedCaptionStylesBuilder()
Default constructor.
toClosedCaptionStyles | () | method |
public function toClosedCaptionStyles():ClosedCaptionStyles
Builder method for an ClosedCaptionStyle instance.
ReturnsClosedCaptionStyles — a valid ClosedCaptionStyle instance.
|