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

◆ SpatialCapture() [1/2]

MayaFlux::IO::SpatialCapture::SpatialCapture ( Vruta::TaskScheduler scheduler,
std::shared_ptr< SpatialCache cache,
std::vector< SpatialCaptureSource sources 
)
Parameters
schedulerScheduler the capture routine is added to.
cacheTarget cache. Must already be open(); held for the capture's lifetime, and may be shared with other SpatialCapture instances writing their own streams into the same archive.
sourcesStreams ticked together, in order, every frame.

Definition at line 71 of file SpatialTransfer.cpp.

75 : m_scheduler(scheduler)
76 , m_cache(std::move(cache))
77 , m_sources(std::move(sources))
78{
79}
std::shared_ptr< SpatialCache > m_cache
std::vector< SpatialCaptureSource > m_sources
Vruta::TaskScheduler & m_scheduler