Difference between revisions of "TimeCodeManager"

From LinuxMCE
Jump to: navigation, search
(Properties)
Line 23: Line 23:
 
| String
 
| String
 
| the time that the slider if implemented has been dragged to.
 
| the time that the slider if implemented has been dragged to.
 +
|-
 +
| qsTotalTime
 +
| String
 +
| Total time of media, formatted in HH::MM::SS - updated every second
 +
|-
 +
| qsCurrentTime
 +
| String
 +
| The current position of the media in HH:MM::SS - updated every second
 +
|-
 +
| stringPlaybackSpeed
 +
| string
 +
| Playback speed in string format
 +
|-
 +
| playbackSpeed
 +
| int
 +
| Playback Speed in integer format
 
|}
 
|}
  

Revision as of 18:07, 1 October 2012

TimeCodeManager is the class responsible for processing timecode for external playing media. This means anything not playing locally in QOrbiter.

Properties

Property Name Property Type Description
tcTotalTime int the total time, in milliseconds of the current media
tcCurrentTime int the current position, in milliseconds
runningTimer double  ??
dragTime String the time that the slider if implemented has been dragged to.
qsTotalTime String Total time of media, formatted in HH::MM::SS - updated every second
qsCurrentTime String The current position of the media in HH:MM::SS - updated every second
stringPlaybackSpeed string Playback speed in string format
playbackSpeed int Playback Speed in integer format

Functions