MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ TimeSpec() [1/3]

MayaFlux::TimeSpec::TimeSpec ( double  s)
inline

Constructs a TimeSpec with the specified duration.

Parameters
sDuration of the operation in seconds.

Definition at line 39 of file Temporal.hpp.

40 : seconds(s)
41 {
42 }