disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Timecode

Category: Track and Sequencing

Base class: _BlipValue

Properties

t : float (Read-Only)

Variables

SMPTE23976 : Final[int] = 0

SMPTE24 : Final[int] = 1

SMPTE25 : Final[int] = 2

SMPTE2997 : Final[int] = 3

SMPTE2997DF : Final[int] = 4

SMPTE30 : Final[int] = 5

Constructors

__init__(self)

__init__(self, other: Timecode)

Copy constructor for Timecode

__init__(self, t_: float, clockType_: int, customFps: optional[float])

__init__(self, t_: float, clockType_: int)

Methods

asString(self, highResolution: bool) -> str

fps(self) -> float

Static Methods

fromString(str: str, clock: SMPTEClockType) -> Timecode

fromStringWithFps(str: str, clock: SMPTEClockType, customFps: optional[float]) -> Timecode

clockTypeToUiString(clockType: SMPTEClockType, customFps: optional[float]) -> str

Special Methods

__eq__(self, other: Timecode) -> bool

__ne__(self, other: Timecode) -> bool

__repr__(self) -> str

__str__(self) -> str