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

◆ get_frame()

auto MayaFlux::Kakshya::NDDataContainer::get_frame ( uint64_t  frame_index) const -> FrameView
inline

Get a single frame of data efficiently.

Parameters
frame_indexIndex of the frame (in the temporal dimension)
Returns
Span of data representing one complete frame

Definition at line 289 of file NDimensionalContainer.hpp.

290 {
291 return FrameView(get_frame_span_impl(frame_index));
292 }
virtual auto get_frame_span_impl(uint64_t frame_index) const -> DataSpanVariant=0
Implementation-specific method to retrieve a frame span.