libcm is a C development framework with an emphasis on audio signal processing applications.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

cmDspPgmKr.h 331B

12345678910111213141516
  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_Tksb(cmDspSysH_t h, void** userPtrPtr );
  8. cmDspRC_t _cmDspSysPgm_TksbLite(cmDspSysH_t h, void** userPtrPtr );
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif