MCPcopy Create free account
hub / github.com/clementgallet/libTAS / write

Method write

src/library/encoding/NutMuxer.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void NutMuxer::NutPacket::write(const char* buffer, int count)
152{
153 data.insert(data.end(), buffer, buffer + count);
154}
155
156
157void NutMuxer::AVParams::reduce()

Callers 1

AVEncoderMethod · 0.45

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected