MayaFlux 0.2.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 80 of file SoundStreamContainer.cpp.

81{
82 // return m_structure.get_samples_count_per_channel();
83 return m_num_frames;
84}

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: