检测音乐资源是否已被预加载。
该方法为同步调用。如需预加载新的音乐资源,可调用 preload 。
songCode
Returns true :该音乐资源已被预加载。 false :该音乐资源未被预加载。
Future<bool> isPreloaded(int songCode);