示例#1
0
 /// <summary>
 /// Loads the listener environment.
 /// </summary>
 /// <param name="strFile">The STR file.</param>
 /// <returns></returns>
 public FreeSL.FSL_EAX_LISTENER_PROPERTIES LoadListenerEnvironment(string strFile)
 {
     return(FreeSL.fslLoadListenerEnvironment(strFile));
 }