|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kriya::NodeTimeSpec::NodeTimeSpec | ( | double | seconds, |
| std::optional< std::vector< uint32_t > > | channels = std::nullopt |
||
| ) |
Constructs a NodeTimeSpec with the specified duration.
| seconds | Duration of the operation in seconds |
| channels | Optional list of channels to activate; if not provided, all active channels are used |
This constructor is typically used internally by the Time() factory function. It creates a NodeTimeSpec that will use the global scheduler and graph manager.
Definition at line 9 of file Operators.cpp.