Home
last modified time | relevance | path

Searched refs:getSoundSamples (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.3/build/tools/sndconv/src/
Dsndconv.c623 FUNCTION2 getSoundSamples; variable
639 getSoundSamples = NULL; in loadDlls()
646 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
658 if (getSoundInfo && getSoundSamples && encode && getBytesForAdpcmBuffer && getNibbleAddress) in loadDlls()