Function

Timecode.ParseFrameRate

AcwFrameRate Timecode.ParseFrameRate(Object frameRate)
API https://api.avolites.com/16.0/api/Timecode.ParseFrameRate.html
description Parses the frame rate from the specified string or integer value.
namespace Timecode
parameter frameRate ( Object ) : frameRate – the description implies that it can be an integer or a string
return value AcwFrameRate
Example in

Timeline: Import Markers:

<step>Timelines.ImportMarkersFromString(
  Handles.GetTitanIdFromHandle("timelineHandleUN=1"), 
  "&lt;Version /&gt;", 
  "C:\Users\sb\Documents\Titan\Markers\test.csv", 
  Timecode.ParseFrameRate(100))
</step>
Also used in
Remarks