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
a0080315
Commit
a0080315
authored
Aug 01, 2017
by
Erwan Croze
👋🏻
Browse files
Add info to core.h types.h for wrapper
parent
02e20501
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
include/linphone/core.h
include/linphone/core.h
+1
-0
include/linphone/types.h
include/linphone/types.h
+2
-1
No files found.
include/linphone/core.h
View file @
a0080315
...
...
@@ -3719,6 +3719,7 @@ LINPHONE_PUBLIC void linphone_core_set_device_rotation(LinphoneCore *lc, int rot
* This is needed on some mobile platforms to get the number of degrees the camera sensor
* is rotated relative to the screen.
* @param lc The linphone core related to the operation
* @ingroup media_parameters
* @return The camera sensor rotation in degrees (0 to 360) or -1 if it could not be retrieved
*/
LINPHONE_PUBLIC
int
linphone_core_get_camera_sensor_rotation
(
LinphoneCore
*
lc
);
...
...
include/linphone/types.h
View file @
a0080315
...
...
@@ -487,8 +487,9 @@ typedef struct belle_sip_dict LinphoneDictionary;
/**
* Enum describing the result of the echo canceller calibration process.
* @ingroup media_parameters
**/
typedef
enum
{
typedef
enum
_LinphoneEcCalibratorStatus
{
LinphoneEcCalibratorInProgress
,
/**< The echo canceller calibration process is on going */
LinphoneEcCalibratorDone
,
/**< The echo canceller calibration has been performed and produced an echo delay measure */
LinphoneEcCalibratorFailed
,
/**< The echo canceller calibration process has failed */
...
...
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