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

◆ get_num_frames()

uint64_t MayaFlux::Kakshya::SoundStreamContainer::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 78 of file SoundStreamContainer.cpp.

79{
80 // return m_structure.get_samples_count_per_channel();
81 return m_num_frames;
82}

References m_num_frames.

Referenced by MayaFlux::Kakshya::DynamicSoundStream::validate(), and MayaFlux::Kakshya::DynamicSoundStream::validate_single_channel().

+ Here is the caller graph for this function: