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

◆ peek_sequential()

virtual uint64_t MayaFlux::Kakshya::StreamContainer::peek_sequential ( std::span< double >  output,
uint64_t  count,
uint64_t  offset = 0 
) const
pure virtual

Peek at data without advancing the read position.

Parameters
outputBuffer to write data into
countNumber of elements to peek
offsetOffset from current position in primary dimension
Returns
Actual number of elements read

Enables lookahead, preview, or non-destructive inspection of stream data.

Implemented in MayaFlux::Kakshya::SoundStreamContainer.