Packageorg.openvideoplayer.components.ui.controlbar.view
Classpublic class DualTimeCodeDisplay
InheritanceDualTimeCodeDisplay Inheritance org.openvideoplayer.components.ui.shared.view.base.BaseLabel



Public Methods
 MethodDefined By
  
DualTimeCodeDisplay
  
setFormatedText(value:String):void
Use this method to set the text in the display to any value
DualTimeCodeDisplay
  
setTimeCodeText(currentTimeCode:String, durationTimeCode:String):void
Use this method to set the current time and time duration.
DualTimeCodeDisplay
Constructor Detail
DualTimeCodeDisplay()Constructor
public function DualTimeCodeDisplay()

Method Detail
setFormatedText()method
public function setFormatedText(value:String):void

Use this method to set the text in the display to any value

Parameters

value:String

setTimeCodeText()method 
public function setTimeCodeText(currentTimeCode:String, durationTimeCode:String):void

Use this method to set the current time and time duration. The values must be sent in a timecode formated. No additional formating will be done with the values sent in

Parameters

currentTimeCode:String
 
durationTimeCode:String