Function
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 |
<step>Timelines.ImportMarkersFromString( Handles.GetTitanIdFromHandle("timelineHandleUN=1"), "<Version />", "C:\Users\sb\Documents\Titan\Markers\test.csv", Timecode.ParseFrameRate(100)) </step>