|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nexus::remove_audio_sink | ( | std::vector< AudioSink > & | sinks, |
| Buffers::BufferManager & | mgr, | ||
| uint32_t | channel | ||
| ) |
Unregister and destroy the audio sink on channel.
| sinks | Sink vector owned by the calling Emitter or Agent. |
| mgr | BufferManager the AudioBuffer was registered with. |
| channel | Channel index passed to add_audio_sink(). |
Definition at line 43 of file Sinks.cpp.
References MayaFlux::Buffers::AUDIO_BACKEND, MayaFlux::Journal::Buffers, MayaFlux::Nexus::AudioSink::channel, channel, MayaFlux::Journal::Init, MF_DEBUG, MF_WARN, and MayaFlux::Buffers::BufferManager::remove_buffer().
Referenced by MayaFlux::Nexus::Agent::remove_audio_sink(), and MayaFlux::Nexus::Emitter::remove_audio_sink().
Here is the call graph for this function:
Here is the caller graph for this function: