|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::SoundFileContainer::setup | ( | uint64_t | num_frames, |
| uint32_t | sample_rate, | ||
| uint32_t | num_channels | ||
| ) |
Setup the container with file parameters.
| num_frames | Total number of frames in the file |
| sample_rate | Sample rate of the audio |
| num_channels | Number of audio channels |
Definition at line 15 of file SoundFileContainer.cpp.
References MayaFlux::Kakshya::IDLE, MayaFlux::Kakshya::SoundStreamContainer::lock(), MayaFlux::Kakshya::SoundStreamContainer::m_data_mutex, MayaFlux::Kakshya::SoundStreamContainer::m_num_channels, MayaFlux::Kakshya::SoundStreamContainer::m_num_frames, MayaFlux::Kakshya::SoundStreamContainer::m_sample_rate, MayaFlux::Kakshya::SoundStreamContainer::setup_dimensions(), and MayaFlux::Kakshya::SoundStreamContainer::update_processing_state().
Here is the call graph for this function: