Difference between revisions of "TimeCodeManager"

From LinuxMCE
Jump to: navigation, search
(Properties)
Line 8: Line 8:
 
! Description
 
! Description
 
|-
 
|-
| row 1, cell 1
+
| tcTotalTime
| row 1, cell 2
+
| int
| row 1, cell 3
+
| the total time, in milliseconds of the current media
 
|-
 
|-
| row 2, cell 1
+
| tcCurrentTime
| row 2, cell 2
+
| int
| row 2, cell 3
+
| the current position, in milliseconds
 +
|-
 +
| runningTimer
 +
| double
 +
| ??
 +
|-
 +
| dragTime
 +
| String
 +
| the time that the slider if implemented has been dragged to.
 
|}
 
|}
  

Revision as of 18:05, 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.

Functions