MCPcopy Create free account
hub / github.com/SpartanJ/eepp / SoundBuffer

Method SoundBuffer

src/eepp/audio/soundbuffer.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace EE { namespace Audio {
15
16SoundBuffer::SoundBuffer() : mBuffer( 0 ), mDuration() {
17 // Create the buffer
18 alCheck( alGenBuffers( 1, &mBuffer ) );
19}
20
21SoundBuffer::SoundBuffer( const SoundBuffer& copy ) :
22 mBuffer( 0 ),

Callers

nothing calls this directly

Calls 3

updateFunction · 0.85
getChannelCountMethod · 0.45
getSampleRateMethod · 0.45

Tested by

no test coverage detected