Guest User

Untitled

a guest
Mar 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. private native void SuperpoweredExample(int samplerate, int buffersize, String apkPath,
  2. int fileOffset, int fileLength);
  3.  
  4. private native void onPlayPause(boolean play);
  5.  
  6. private native void seekTo(double positionPercent);
  7.  
  8. private native void onPitchChanged(int pitchValue);
  9.  
  10. private native void onTempoSelected(int tempoValue);
Add Comment
Please, Sign In to add comment