|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::BufferAccessControl::remove_buffer | ( | const std::shared_ptr< Buffer > & | buffer, |
| ProcessingToken | token, | ||
| uint32_t | channel = 0 |
||
| ) |
Removes a buffer from a token (dispatches based on token type)
| buffer | Buffer to remove |
| token | Processing domain |
| channel | Channel index (used only for audio tokens) |
Definition at line 123 of file BufferAccessControl.cpp.
References MayaFlux::Buffers::AUDIO_BACKEND, MayaFlux::Buffers::AUDIO_PARALLEL, MayaFlux::Buffers::GRAPHICS_BACKEND, remove_audio_buffer(), remove_graphics_buffer(), and token.
Here is the call graph for this function: