PreProcessing.cpp | 67 typedef struct preproc_session_s preproc_session_t; typedef in typeref:struct:preproc_session_s 89 preproc_session_t *session; // session the effect is on 626 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled); 725 preproc_session_t *session, 748 int Session_Init(preproc_session_t *session) 765 extern "C" int Session_CreateEffect(preproc_session_t *session, 837 int Session_ReleaseEffect(preproc_session_t *session, 875 int Session_SetConfig(preproc_session_t *session, effect_config_t *config) [all...] |