qfedu-c-level/lyric_analysis/srcs/includes/start_mplayer.h

6 lines
178 B
C
Executable File

#ifndef __START_MPLAYER_H__
#define __START_MPLAYER_H__
//启动mplayer播放器
//参数song_path 为歌曲的路径
extern void mplayer_play(const char *song_path);
#endif