mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
Fix microphone gain db
This commit is contained in:
parent
c33f8fa585
commit
2123621e56
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setMicrophoneGain(JNIEnv
|
|||
,jobject thiz
|
||||
,jlong lc
|
||||
,jfloat gain) {
|
||||
linphone_core_set_microphone_gain_db((LinphoneCore*)lc,gain);
|
||||
linphone_core_set_mic_gain_db((LinphoneCore*)lc,gain);
|
||||
}
|
||||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setPlaybackGain( JNIEnv* env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue