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

◆ get_frame_typed()

std::span< const uint8_t > MayaFlux::Kakshya::VideoStreamContainer::get_frame_typed ( uint64_t  frame_index) const
inlineprivate

Definition at line 416 of file VideoStreamContainer.hpp.

417 {
418 return get_frame_pixels(frame_index);
419 }
std::span< const uint8_t > get_frame_pixels(uint64_t frame_index) const
Get raw pixel data for a single frame as uint8_t span.

Referenced by get_frames_typed().

+ Here is the caller graph for this function: