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 683 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled); 782 preproc_session_t *session, 805 int Session_Init(preproc_session_t *session) 822 extern "C" int Session_CreateEffect(preproc_session_t *session, 897 int Session_ReleaseEffect(preproc_session_t *session, 935 int Session_SetConfig(preproc_session_t *session, effect_config_t *config) [all...] |