Packageorg.osmf.smpte.tt.timing
Classpublic class SmpteMode
InheritanceSmpteMode Inheritance Enum Inheritance Object



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


Implementation
    public function get value():String
Constructor Detail
SmpteMode()Constructor
public function SmpteMode(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):SmpteMode

Parameters

i_constantName:String
 
i_caseSensitive:Boolean (default = false)

Returns
SmpteMode
Constant Detail
DROP_NTSCConstant
public static const DROP_NTSC:SmpteMode

DROP_PALConstant 
public static const DROP_PAL:SmpteMode

NON_DROPConstant 
public static const NON_DROP:SmpteMode