MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / frames

Method frames

src/SoundFile.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 double frameRate() const { return (double)mInfo.samplerate; }
23 int frames() const { return (int)mInfo.frames; }
24 int channels() const { return (int)mInfo.channels; }
25
26 void channels(int num){ mInfo.channels = (int)num; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected