“MusicPlayer.playMP3()”的版本间的差异
第2行: | 第2行: | ||
<p style="color: #666666;font-size:220%">'''AudioPro.playMP3(val)'''</p> | <p style="color: #666666;font-size:220%">'''AudioPro.playMP3(val)'''</p> | ||
<br> | <br> | ||
+ | |||
<p style="color: #E87E05;font-size:135%">'''作用'''</p> | <p style="color: #E87E05;font-size:135%">'''作用'''</p> | ||
第23行: | 第24行: | ||
<p style="color: #E87E05;font-size:135%">'''其他'''</p> | <p style="color: #E87E05;font-size:135%">'''其他'''</p> | ||
− | *'''[[ | + | *'''[[musicPlayer.getMusicNum()|getMusicNum()]]''' |
+ | *'''[[musicPlayer.getMusicName()|getMusicName()]]''' | ||
+ | *'''[[musicPlayer.flushCancel()|flushCancel()]]''' | ||
第29行: | 第32行: | ||
− | [[MCookie AudioPro Reference | | + | [[MCookie-AudioPro Reference |返回mCookie-AudioPro Reference页面]] |
2017年12月14日 (四) 09:02的最新版本
AudioPro.playMP3(val)
作用
此函数可播放SD卡内对应文件名的音频
具体支持格式见:AudioPro支持格式
参数
val:音频文件名
返回值
返回播放是否成功状态,1为成功,0为失败
示例
见example目录_05_m_Module_AudioPro下的示例:FilePlayer_Joystick或FilePlayer
其他