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

◆ TimeSpec() [3/3]

MayaFlux::TimeSpec::TimeSpec ( double  s,
uint32_t  ch 
)
inline

Constructs a TimeSpec with the specified duration and a single channel.

Parameters
sDuration of the operation in seconds.
chChannel to activate.

Definition at line 58 of file Temporal.hpp.

59 : seconds(s)
60 , channels(std::vector<uint32_t> { ch })
61 {
62 }
std::optional< std::vector< uint32_t > > channels
Definition Temporal.hpp:33