Searched defs:nativeRecorder (Results 1 – 3 of 3) sorted by relevance
124 private native int getBufferFrameCountN(long nativeRecorder); in getBufferFrameCountN()125 private native void setInputPresetN(long nativeRecorder, int inputPreset); in setInputPresetN()127 private native int getRoutedDeviceIdN(long nativeRecorder); in getRoutedDeviceIdN()129 private native int getSharingModeN(long nativeRecorder); in getSharingModeN()135 private native int setupStreamN(long nativeRecorder, int channelCount, int sampleRate, in setupStreamN()138 private native int teardownStreamN(long nativeRecorder); in teardownStreamN()140 private native int startStreamN(long nativeRecorder, int recorderSubtype); in startStreamN()142 private native int stopN(long nativeRecorder); in stopN()144 private native int getStreamStateN(long nativeRecorder); in getStreamStateN()145 private native int getLastErrorCallbackResultN(long nativeRecorder); in getLastErrorCallbackResultN()[all …]
158 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_isRecordingN() local165 OboeRecorder* nativeRecorder = ((OboeRecorder*)native_recorder); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getNumBufferFramesN() local
26 static AudioRecorder* nativeRecorder; variable