Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.c701 void cyd_output_buffer(void *udata, Uint8 *_stream, int len) in cyd_output_buffer() function
703 void cyd_output_buffer(int chan, void *_stream, int len, void *udata) in cyd_output_buffer()
1154 case 1: if (!Mix_RegisterEffect(MIX_CHANNEL_POST, cyd_output_buffer, NULL, cyd)) return 0; break; in cyd_register()
1260 case 1: if (!Mix_UnregisterEffect(MIX_CHANNEL_POST, cyd_output_buffer)) return 0; break; in cyd_unregister()