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
c5a480ef
Commit
c5a480ef
authored
Sep 08, 2014
by
Gautier Pelloux-Prayer
Browse files
Fix previous commit
parent
68b4fa0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/impl/org/linphone/core/LinphoneCoreImpl.java
java/impl/org/linphone/core/LinphoneCoreImpl.java
+1
-1
No files found.
java/impl/org/linphone/core/LinphoneCoreImpl.java
View file @
c5a480ef
...
@@ -1223,7 +1223,7 @@ class LinphoneCoreImpl implements LinphoneCore {
...
@@ -1223,7 +1223,7 @@ class LinphoneCoreImpl implements LinphoneCore {
public
synchronized
boolean
isAdaptiveRateControlEnabled
()
{
public
synchronized
boolean
isAdaptiveRateControlEnabled
()
{
return
isAdaptiveRateControlEnabled
(
nativePtr
);
return
isAdaptiveRateControlEnabled
(
nativePtr
);
}
}
public
synchronized
getAdaptiveRateAlgorithm
()
{
public
synchronized
AdaptiveRateAlgorithm
getAdaptiveRateAlgorithm
()
{
return
AdaptiveRateAlgorithm
.
fromInt
(
getAdaptiveRateAlgorithm
(
nativePtr
));
return
AdaptiveRateAlgorithm
.
fromInt
(
getAdaptiveRateAlgorithm
(
nativePtr
));
}
}
public
synchronized
void
setAdaptiveRateAlgorithm
(
AdaptiveRateAlgorithm
alg
)
{
public
synchronized
void
setAdaptiveRateAlgorithm
(
AdaptiveRateAlgorithm
alg
)
{
...
...
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