MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / WriteInt16

Method WriteInt16

Source/SimpleFile.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void CSimpleFile::WriteInt16(int16_t Value)
73{
74 m_fFile.put(static_cast<unsigned char>(Value));
75 m_fFile.put(static_cast<unsigned char>(Value >> 8));
76}
77
78void CSimpleFile::WriteInt32(int32_t Value)
79{

Callers 2

WriteWAVHeaderMethod · 0.80
DoWriteSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected