User Tools

Site Tools


macros:function:timecode.maketimecodetime

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
You could leave a comment if you were logged in.
macros/function/timecode.maketimecodetime.txt · Last modified: 2020/03/29 12:37 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki