|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Get multiple frames efficiently as a typed span.
Convenience wrapper over get_frames() for callers that know the element type statically but hold the output buffer as a plain vector rather than a typed span. Deduces T from the vector element type; no visitor, no type query needed at the call site.
| T | Element type. Must satisfy DataVariantElement and match the container's native element type. The impl silently no-ops or errors on mismatch depending on the container. |
| output | Destination vector. Resized to num_frames * frame_size by the caller before passing; content is overwritten. |
| start_frame | First frame index. |
| num_frames | Number of frames to retrieve. |
Definition at line 335 of file NDimensionalContainer.hpp.
References output.