| Package | org.openvideoplayer.components.ui.controlbar.view |
| Class | public class DualTimeCodeDisplay |
| Inheritance | DualTimeCodeDisplay org.openvideoplayer.components.ui.shared.view.base.BaseLabel |
| Method | Defined 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 | ||
| DualTimeCodeDisplay | () | Constructor |
public function DualTimeCodeDisplay()
| setFormatedText | () | method |
public function setFormatedText(value:String):voidUse this method to set the text in the display to any value
Parameters
value:String |
| setTimeCodeText | () | method |
public function setTimeCodeText(currentTimeCode:String, durationTimeCode:String):voidUse 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 |