Packageorg.osmf.smpte.tt.captions
Classpublic class ShowBackground
InheritanceShowBackground Inheritance Enum Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedindex : int
[read-only]
Enum
 Inheritedname : String
[read-only]
Enum
  value : String
[read-only]
ShowBackground
Public Methods
 MethodDefined By
  
ShowBackground(value:String)
ShowBackground
  
getConstants():Array
[static]
ShowBackground
  
parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):ShowBackground
[static]
ShowBackground
 Inherited
toString():String
Enum
Protected Methods
 MethodDefined By
 Inherited
initEnum(i_type:Class):void
[static]
Enum
Public Constants
 ConstantDefined By
  Always : ShowBackground
[static]
ShowBackground
  WhenActive : ShowBackground
[static]
ShowBackground
Property Detail
valueproperty
value:String  [read-only]


Implementation
    public function get value():String
Constructor Detail
ShowBackground()Constructor
public function ShowBackground(value:String)



Parameters
value:String
Method Detail
getConstants()method
public static function getConstants():Array

Returns
Array
parseConstant()method 
public static function parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):ShowBackground

Parameters

i_constantName:String
 
i_caseSensitive:Boolean (default = false)

Returns
ShowBackground
Constant Detail
AlwaysConstant
public static const Always:ShowBackground

WhenActiveConstant 
public static const WhenActive:ShowBackground