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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Timecode]] | ^ parameter | frameRate ( [[macros:type:object]] ) : frameRate -- the description implies that it can be an integer or a string | ^ return value | [[macros:type:AcwFrameRate]] | == Example in == [[macros:example:timelinemarkers]]: Timelines.ImportMarkersFromString( Handles.GetTitanIdFromHandle("timelineHandleUN=1"), "<Version />", "C:\Users\sb\Documents\Titan\Markers\test.csv", Timecode.ParseFrameRate(100)) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~