Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void NutMuxer::NutPacket::write(const char* buffer, int count)
152
{
153
data.insert(data.end(), buffer, buffer + count);
154
}
155
156
157
void NutMuxer::AVParams::reduce()
Callers
1
AVEncoder
Method · 0.45
Calls
2
insert
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected