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

◆ slice_from_stream()

Kakshya::StreamSlice MayaFlux::Kriya::SamplingPipeline::slice_from_stream ( uint8_t  index = 0) const
inline

Construct a slice spanning the full stream.

Parameters
indexSlot identity.

Definition at line 193 of file SamplingPipeline.hpp.

194 {
195 if (!m_stream) {
197 "SamplingPipeline::slice_from_stream called with null stream");
198 return {};
199 }
201 }
#define MF_ERROR(comp, ctx,...)
std::shared_ptr< Kakshya::DynamicSoundStream > m_stream
@ Configuration
Configuration and parameter updates.
@ Kriya
Automatable tasks and fluent scheduling api for Nodes and Buffers.
static StreamSlice from_stream(std::shared_ptr< DynamicSoundStream > stream, uint8_t index=0)
Construct a slice spanning the full stream across all channels.

References MF_ERROR.