#include <stdio.h>#include <windows.h>#include "bladedll.h"函式 | |
| bool | saveWaveToMp3 (char *dllFile, char *mp3File, int *wave, int waveSize, int sampleRate, int bitRate, int mp3BitRate, bool mp3Stereo) |
| bool saveWaveToMp3 | ( | char * | dllFile, | |
| char * | mp3File, | |||
| int * | wave, | |||
| int | waveSize, | |||
| int | sampleRate, | |||
| int | bitRate, | |||
| int | mp3BitRate, | |||
| bool | mp3Stereo | |||
| ) |
定義在 saveWaveToMp3.cpp 檔案之第 5 行.
1.4.7