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

cmDspTl.h 182B

12345678910111213141516
  1. #ifndef cmDspTl_h
  2. #define cmDspTl_h
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. struct cmDspClass_str* cmTimeLineClassCons( cmDspCtx_t* ctx );
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif