AVOLITES TITAN API

MakeTimecodeTime

Create a timecode time value from the specified parameters.

Namespace: Timecode

Syntax

MACRO

TimecodeTime Timecode.MakeTimecodeTime(Int32 hours, Int32 minutes, Int32 seconds, Int32 frames, Boolean disabled, Object frameRate)

HTTP

http://[ip]:4430/titan/script/2/Timecode/MakeTimecodeTime?hours={titanId}&minutes={titanId}&seconds={titanId}&frames={titanId}&disabled={bool}&frameRate={}

Parameters

hours ( Int32 ) : The hours.

minutes ( Int32 ) : The minutes.

seconds ( Int32 ) : The seconds.

frames ( Int32 ) : The frames.

disabled ( Boolean ) : if set to true mark the time as disabled.

disabled

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/MakeTimecodeTime?hours={titanId}&minutes={titanId}&seconds={titanId}&frames={titanId}&disabled=true&frameRate={}

frameRate ( Object ) : The frame rate.

Returns

Timecode time value.