TimeCodeManager: Difference between revisions
Appearance
Langstonius (talk | contribs) No edit summary |
Langstonius (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
{| class="wikitable" | {| class="wikitable" | ||
| | |+ Properties are accessed by: dcetimecode.propertyname | ||
! Property Name | ! Property Name | ||
! Property Type | ! Property Type | ||
Revision as of 17:14, 1 October 2012
TimeCodeManager is the class responsible for processing timecode for external playing media. This means anything not playing locally in QOrbiter. It can be accessed as a property by "dcetimecode"
Properties
| Property Name | Property Type | Signal | Description |
|---|---|---|---|
| tcTotalTime | int | totalTimeChanged() | the total time, in milliseconds of the current media |
| tcCurrentTime | int | timeChanged() | the current position, in milliseconds |
| runningTimer | double | positionChanged() | ?? |
| dragTime | String | dragTimeChanged() | the time that the slider if implemented has been dragged to. |
| qsTotalTime | String | totalStringTimeChanged() | Total time of media, formatted in HH::MM::SS - updated every second |
| qsCurrentTime | String | stringTimeChanged() | The current position of the media in HH:MM::SS - updated every second |
| stringPlaybackSpeed | string | sPlaybackSpeedChanged() | Playback speed in string format |
| playbackSpeed | int | playbackSpeedChanged() | Playback Speed in integer format |