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

◆ pipeline()

BufferPipeline & MayaFlux::Kriya::SamplingPipeline::pipeline ( )

Access the internal pipeline for fluent configuration.

Allows lifecycle callbacks, branching, strategy selection, and additional operations before build().

sampler.pipeline()
.with_lifecycle(on_start, on_end)
.branch_if(every_16, snapshot_branch);
@ STREAMING
STREAMING: Immediate flow-through execution.

Definition at line 48 of file SamplingPipeline.cpp.

49{
50 return *m_pipeline;
51}
std::shared_ptr< BufferPipeline > m_pipeline

References m_pipeline.