| 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 | { |
no test coverage detected