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

◆ TimeSpec() [2/3]

MayaFlux::TimeSpec::TimeSpec ( double  s,
std::vector< uint32_t >  ch 
)
inline

Constructs a TimeSpec with the specified duration and channels.

Parameters
sDuration of the operation in seconds.
chList of channels to activate.

Definition at line 48 of file Temporal.hpp.

49 : seconds(s)
50 , channels(ch)
51 {
52 }
std::optional< std::vector< uint32_t > > channels
Definition Temporal.hpp:33