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

◆ get_frame_span_impl()

auto MayaFlux::Kakshya::SoundStreamContainer::get_frame_span_impl ( uint64_t  frame_index) const -> DataSpanVariant
inlineoverrideprotectedvirtual

Implementation-specific method to retrieve a frame span.

Parameters
frame_indexIndex of the frame to retrieve
Returns
DataSpanVariant representing the frame's data

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 255 of file SoundStreamContainer.hpp.

256 {
257 return get_frame_typed(frame_index);
258 }
std::span< const double > get_frame_typed(uint64_t frame_index) const