Implemented OpenSL-ES audio recording on Android
This commit is contained in:
parent
fe8ce66b53
commit
4bb95e8403
5 changed files with 377 additions and 219 deletions
|
@ -123,6 +123,8 @@ SDL_bool Android_JNI_SetSystemCursor(int cursorID);
|
|||
SDL_bool Android_JNI_SupportsRelativeMouse(void);
|
||||
SDL_bool Android_JNI_SetRelativeMouseEnabled(SDL_bool enabled);
|
||||
|
||||
/* Request permission */
|
||||
SDL_bool Android_JNI_RequestPermission(const char *permission);
|
||||
|
||||
int SDL_GetAndroidSDKVersion(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue