MCPcopy Create free account
hub / github.com/SFML/SFML / SoundStream

Class SoundStream

test/Audio/SoundStream.test.cpp:14–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace
13{
14class SoundStream : public sf::SoundStream
15{
16public:
17 using sf::SoundStream::initialize;
18
19private:
20 [[nodiscard]] bool onGetData(Chunk& /* data */) override
21 {
22 return true;
23 }
24
25 void onSeek(sf::Time /* timeOffset */) override
26 {
27 }
28};
29} // namespace
30
31TEST_CASE("[Audio] sf::SoundStream", runAudioDeviceTests())

Callers 1

SoundStream.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected