MCPcopy Create free account
hub / github.com/csound/csound / getFormat

Method getFormat

interfaces/Soundfile.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 sf_info.channels = channelsPerFrame;
61 }
62 int Soundfile::getFormat() const
63 {
64 return sf_info.format;
65 }
66 void Soundfile::setFormat(int format)
67 {
68 sf_info.format = format;

Callers 1

StartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected