Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
2123621e
Commit
2123621e
authored
Nov 09, 2012
by
Sylvain Berfini
🐮
Browse files
Fix microphone gain db
parent
c33f8fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
2123621e
...
...
@@ -707,7 +707,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setMicrophoneGain(JNIEnv
,
jobject
thiz
,
jlong
lc
,
jfloat
gain
)
{
linphone_core_set_mic
rophone
_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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment