Packageorg.osmf.smpte.tt.timing
Classpublic class ClockMode
InheritanceClockMode Inheritance Enum Inheritance Object



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


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

Parameters

i_constantName:String
 
i_caseSensitive:Boolean (default = false)

Returns
ClockMode
Constant Detail
GPSConstant
public static const GPS:ClockMode

LOCALConstant 
public static const LOCAL:ClockMode

UTCConstant 
public static const UTC:ClockMode