TimecodeData class

Timecode data that is ignorant of framerate. We use this to pass around structured timecode data

Constructors

TimecodeData([int _hh = 0, int _mm = 0, int _ss = 0, int _ff = 0, int _frac = 0, int _millis = 0])
const

Properties

ff int
no setter
frac int
no setter
hashCode int
The hash code for this object.
no setterinherited
hh int
no setter
millis int
no setter
mm int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ss int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited