BufferSplit¶
-
class BufferSplit : public kotekan::Stage¶
Splits the input buffer into multiple output frames in a round robin fashion.
Uses zero copy operations if this stage is the only consumer, if not it uses a deep copy. This stage must be the only producer of the output buffers
- Buffers
in_bufThe source bufferFormat: Matches the output buffers
Metadata:
Matchesthe output buffers
out_bufsArray of buffers to fill with frames from in_bufFormat: any, but all must be the same type and match in_buf
Metadata:
any, but all must be the same type match in_buf
- Author
Andre Renard