|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Vruta::CustomClock::CustomClock | ( | uint64_t | processing_rate = 1000, |
| const std::string & | unit_name = "units" |
||
| ) |
Constructs a CustomClock with configurable parameters.
| processing_rate | Rate in units per second (default: 1000) |
| unit_name | Name for the processing units (default: "units") |
Creates a flexible clock for custom processing domget_clockains. The unit name is stored for debugging and logging purposes.
Definition at line 196 of file Clock.cpp.