Function
Nowadays there are four timecodes available in Titan, and the same functions are available for Timecode.TimecodeTwo, Timecode.TimecodeThree and Timecode.TimecodeFour.
Void Timecode.TimecodeOne.SetStartTime(TimecodeTime time)
API | https://api.avolites.com/12.0/Timecode.TimecodeOne.SetStartTime.html |
---|---|
description | Sets the start time for a timer in Titan. |
namespace | Timecode.TimecodeOne |
parameter | time ( TimecodeTime ) : the time to be set as start time |
return value | Void |
<step>Timecode.TimecodeFour.SetStartTime(Timecode.MakeTimecodeTime(11, 00, 00, 00, false, 100))</step>
Sets the timecode 4 start time to a specific value which has previously been written into a timecodeime object using Timecode.MakeTimecodeTime(11, 00, 00, 00, false, 100)