MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isStereo

Method isStereo

Source/Amiga/paula.hpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131// AudioStream API
132 int readBuffer(int16 *buffer, const int numSamples);
133 bool isStereo() const { return _stereo; }
134 bool endOfData() const { return _end; }
135 int getRate() const { return _rate; }
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected