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

◆ get_frame_size()

uint64_t MayaFlux::Kakshya::WindowContainer::get_frame_size ( ) const
overridevirtual

Get the number of elements that constitute one "frame".

For audio: channels per sample. For images: pixels per frame.

Returns
Number of elements per frame

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 553 of file WindowContainer.cpp.

554{
556}
static size_t get_frame_size(const std::vector< DataDimension > &dimensions)
Extract the size of non time dimensions (channel, spatial, frequency)

References MayaFlux::Kakshya::ContainerDataStructure::get_frame_size(), and m_structure.

+ Here is the call graph for this function: