MCPcopy Create free account
hub / github.com/defold/defold / NewSoundDataStreaming

Function NewSoundDataStreaming

engine/sound/src/sound.cpp:819–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 }
818
819 Result NewSoundDataStreaming(FSoundDataGetData cbk, void* cbk_ctx, SoundDataType type, HSoundData* sound_data, dmhash_t name)
820 {
821 assert(cbk);
822 assert(cbk_ctx);
823 return NewSoundDataInternal(0, 0, cbk, cbk_ctx, type, sound_data, name);
824 }
825
826 Result SetSoundData(HSoundData sound_data, const void* sound_buffer, uint32_t sound_buffer_size)
827 {

Callers 1

ResSoundDataCreateFunction · 0.50

Calls 2

NewSoundDataInternalFunction · 0.70
assertFunction · 0.50

Tested by

no test coverage detected