示例#1
0
 public RESULT getMusicSpeed(out float speed)
 {
     return(Sound.FMOD5_Sound_GetMusicSpeed(this.rawPtr, out speed));
 }