libcm is a C development framework with an emphasis on audio signal processing applications.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

cmDspPgmKr.h 264B

123456789101112131415
  1. #ifndef cmDspPgmKr_h
  2. #define cmDspPgmKr_h
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. cmDspRC_t _cmDspSysPgm_TimeLine( cmDspSysH_t h, void** userPtrPtr );
  7. cmDspRC_t _cmDspSysPgm_Switcher( cmDspSysH_t h, void** userPtrPtr );
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif