|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Nodes::StreamReaderNode::set_data | ( | std::span< const double > | data, |
| const void * | owner = nullptr |
||
| ) |
Replace the internal data and reset read head to 0.
| data | Samples to read from. Copied internally. |
| owner | Feeder claiming write access. Rejected if another feeder owns this node. |
Definition at line 53 of file StreamReaderNode.cpp.
References m_data, m_owner, and m_read_head.