Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
600580b9
Commit
600580b9
authored
14 years ago
by
jehan
Browse files
Options
Download
Patches
Plain Diff
add playLevel java api
parent
484d9f09
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/common/org/linphone/core/LinphoneCore.java
+14
-3
java/common/org/linphone/core/LinphoneCore.java
with
14 additions
and
3 deletions
java/common/org/linphone/core/LinphoneCore.java
+
14
−
3
View file @
600580b9
...
...
@@ -22,6 +22,8 @@ package org.linphone.core;
import
java.util.Vector
;
public
interface
LinphoneCore
{
/*
...
...
@@ -176,6 +178,17 @@ public interface LinphoneCore {
* @return level in db
*/
public
float
getPlaybackGain
();
/**
* set play level
* @param level [0..100]
*/
public
void
setPlayLevel
(
int
level
);
/**
* get playback level [0..100];
* -1 if not cannot be determined
* @return
*/
public
int
getPlayLevel
();
/**
* Mutes or unmutes the local microphone.
* @param isMuted
...
...
@@ -197,7 +210,6 @@ public interface LinphoneCore {
*/
public
void
clearCallLogs
();
<<<<<<<
master
/***
* get payload type from mime type an clock rate
...
...
@@ -212,7 +224,6 @@ public interface LinphoneCore {
public
boolean
isEchoCancellationEnabled
();
=======
public
void
setSignalingTransport
(
Transport
aTransport
);
>>>>>>>
local
}
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets