MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / OutputBuffer

Method OutputBuffer

src_cpp/yaafe-core/Buffer.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 OutputBuffer::OutputBuffer(const StreamInfo& info) :
261 _info(info), _queue(), _tokenno(0)
262 {
263 _data = DataBlock::create(_info.size);
264 }
265
266 OutputBuffer::~OutputBuffer()
267 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected