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

Method endOfStream

Source/Amiga/audiostream.hpp:76–76  ·  view source on GitHub ↗

* End of stream reached? If this returns true, it means that all data * in this stream is used up and no additional data will appear in it * in the future. * This is used by the mixer to decide whether a given stream shall be * removed from the list of active streams (and thus be destroyed). * By default this maps to endOfData() */

Source from the content-addressed store, hash-verified

74 * By default this maps to endOfData()
75 */
76 virtual bool endOfStream() const { return endOfData(); }
77};
78
79/**

Callers 1

audioBufferFillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected