Timecode

class Draft.Timecode((object)arg1, (str)timecodeString) → None :

Create a Timecode object to store a timecode as described in SMPTE standard.

Constructor Arguments:

timecode

A string value with format hh:mm:ss:ff for non-drop frame timecode and hh:mm:ss;ff for drop frame timecode, where hh indicates the hours in the range [0..23], mm the minutes in the range [0..59], ss the seconds in the range [0..59] and ff the frame in the range [0..59].

Usage:

timecode = Draft.Timecode( "12:40:10:15" )

New in version 1.5.