Exemplo n.º 1
0
 public RESULT setMusicSpeed(float speed)
 {
     return(Sound.FMOD5_Sound_SetMusicSpeed(this.rawPtr, speed));
 }