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

◆ detach_from_audio_input()

MAYAFLUX_API void MayaFlux::detach_from_audio_input ( const std::shared_ptr< Buffers::AudioBuffer > &  buffer,
uint32_t  channel = 0 
)

Stops reading audio data from the default input source.

Parameters
bufferBuffer to stop reading audio data from
channelChannel index to stop reading from (default: 0)

Definition at line 175 of file Graph.cpp.

176{
177 get_buffer_manager()->unregister_input_listener(buffer, channel);
178}
std::shared_ptr< Buffers::BufferManager > get_buffer_manager()
Gets the buffer manager from the default engine.
Definition Graph.cpp:81

References get_buffer_manager().

+ Here is the call graph for this function: