示例#1
0
 /// <summary>
 /// Checks if filePath constains file with supported extension
 /// </summary>
 /// <returns>true if extension is supported, false if not</returns>
 public static bool IsSupportedFormat(string filePath)
 {
     return(AudioLoaderConfig.IsSupportedFormat(filePath));
 }