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

◆ get_buffer_size()

MAYAFLUX_API uint32_t MayaFlux::Config::get_buffer_size ( )

Gets the buffer size from the default engine.

Returns
Current buffer size in frames

Definition at line 51 of file Config.cpp.

52{
54}
GlobalStreamInfo & get_stream_info()
Gets the current stream configuration.
Definition Engine.hpp:210
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56
uint32_t buffer_size
Number of samples per processing block.

References MayaFlux::Core::GlobalStreamInfo::buffer_size, MayaFlux::get_context(), and MayaFlux::Core::Engine::get_stream_info().

Referenced by MayaFlux::Buffers::AudioBuffer::AudioBuffer(), and MayaFlux::load_audio_file().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: