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

◆ get_num_frames()

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

Get the number of frames in the primary (temporal) dimension.

Returns
Number of frames

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 558 of file WindowContainer.cpp.

559{
560 return m_structure.get_height();
561}
static uint64_t get_height(const std::vector< DataDimension > &dimensions)
Extract height from image/video dimensions.

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

+ Here is the call graph for this function: