|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Sets the transformation chain for this buffer.
| chain | New processing chain for sequential transformations |
| force | If true, forces the replacement of the current chain even if incompatible |
Replaces the current processing chain with the provided one if force is true. else merges the new chain only if compatible. The chain should be compatible with the buffer's data type and processing backend.
Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.