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

◆ get_frame_size()

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

73{
74 // return m_structure.get_channel_count();
75 return m_num_channels;
76}

References m_num_channels.