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

◆ remove_supplied_buffer()

bool MayaFlux::Buffers::BufferManager::remove_supplied_buffer ( const std::shared_ptr< AudioBuffer > &  buffer,
ProcessingToken  token,
uint32_t  channel 
)

Definition at line 398 of file BufferManager.cpp.

402{
403 return m_supply_mixing->remove_supplied_audio_buffer(buffer, token, channel);
404}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
std::unique_ptr< BufferSupplyMixing > m_supply_mixing
Buffer supply and mixing operations.

References m_supply_mixing, and token.