bufferCopy¶
-
class bufferCopy : public kotekan::Stage¶
Copies frames from one buffer into many buffers.
- Buffer
in_bufBuffer to copy frames fromFormat: Matches the output buffers
Metadata:
Matchesthe output buffers
out_bufsArray of output buffers to copy frames into. This is a named array of output buffers in the format:buffer_name_0
buffer_name_1
Format: any, but all must be the same type.
Metadata:
any, but all must be the same type.
- Author
James Willis
Warning
The sizes of the frames must be the same in all buffers, and the metadata types and underlying pools must also be the same.