2015年5月21日 星期四

play mp3

播放mp3

#include <stdio.h>
#include "CMP3_MCI.h"
CMP3_MCI myMP3;
int main()
{
    myMP3.Load("000.mp3");
    myMP3.Play();
    int x;
    scanf("%d",&x);  //卡住程式
}

沒有留言:

張貼留言