class TimeCode
Methods
__construct($hours, $minutes, $seconds, $frames)
|
||
__toString()
|
||
static TimeCode |
fromString(string $timecode)
Creates timecode from string. |
|
static TimeCode |
fromSeconds(float $quantity)
Creates timecode from number of seconds. |
Details
at line 24
public
__construct($hours, $minutes, $seconds, $frames)
at line 32
public
__toString()
at line 46
static public TimeCode
fromString(string $timecode)
Creates timecode from string.
at line 74
static public TimeCode
fromSeconds(float $quantity)
Creates timecode from number of seconds.