User Tools

Site Tools


macros:function:timecode.parseframerate

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki