MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ReadSample_init

Function ReadSample_init

AudioEncode/aencode.cpp:634–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634int ReadSample_init(Encoder &enc, ReadSampleFunction *read, void *data) {
635 enc.m_reader = read;
636 enc.m_pReaderData = data;
637 return 1;
638}
639
640int bits_init(BitsEncoder &bits, FILE *out) {
641 bits.m_outFile = out;

Callers 1

AudioEncodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected