Function

Timecode.MakeTimecodeTime

TimecodeTime Timecode.MakeTimecodeTime(
  Int32 hours, Int32 minutes, Int32 seconds, Int32 frames, Boolean disabled, Object frameRate
  )
API https://api.avolites.com/12.0/Timecode.MakeTimecodeTime.html
description Create a timecode time value from the specified parameters.
namespace Timecode
parameter hours ( Int32 ) : the hours value
minutes ( Int32 ) : the minutes value
seconds ( Int32 ) : the seconds value
frames ( Int32 ) : the frames value
disabled ( Boolean ) : if set to true mark the time as disabled.
frameRate ( FrameRate ) : the frame rate value
return value TimecodeTime
Example in

Timecode - Winamp Tracks:

<step pause="0.05">Timecode.TimecodeTwo.SetStartTime(Timecode.MakeTimecodeTime(1, 00, 00, 00, false, 100))</step>

Creates a TimecodeTime object and passes this to Timecode.TimecodeTwo.SetStartTime

Also used in
Remarks