axmol/cocos/audio/win32
Vladimir Perminov 7cacdaeaf1 Add getFileExtension to FileUtils
Gets filename extension is a suffix (separated from the base filename by
a dot) in lower case.

More code need get filename extension, everyone does it differently.
use check UPPER and lower case, use . and no(example ".csb", ".CSB",
"csb" )

And bag in AudioEngineImpl: find point from left( ext =
strchr(filePath.c_str(), '.'); )
If file path contains point. always unsupported media type
2015-08-05 22:21:16 +03:00
..
AudioCache.cpp 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioCache.h 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioEngine-win32.cpp Add getFileExtension to FileUtils 2015-08-05 22:21:16 +03:00
AudioEngine-win32.h 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioPlayer.cpp Fixed crash. 2015-05-20 17:13:04 +08:00
AudioPlayer.h Fixed crash. 2015-05-20 17:13:04 +08:00
MciPlayer.cpp Add getFileExtension to FileUtils 2015-08-05 22:21:16 +03:00
MciPlayer.h Compiles in Win32 2014-09-09 18:07:24 -07:00
SimpleAudioEngine.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00