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
0e5b9bf3
Commit
0e5b9bf3
authored
Mar 15, 2017
by
Sylvain Berfini
🐮
Browse files
Added missing doc for linphone_core_set_text_codecs
parent
562b2d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
include/linphone/core.h
include/linphone/core.h
+10
-0
No files found.
include/linphone/core.h
View file @
0e5b9bf3
...
...
@@ -1951,6 +1951,16 @@ LINPHONE_PUBLIC int linphone_core_set_video_codecs(LinphoneCore *lc, bctbx_list_
**/
LINPHONE_PUBLIC
const
bctbx_list_t
*
linphone_core_get_text_codecs
(
const
LinphoneCore
*
lc
);
/**
* Sets the list of text codecs.
* @param[in] lc The LinphoneCore object
* @param[in] codecs \bctbx_list{LinphonePayloadType}
* @return 0
*
* The list is taken by the LinphoneCore thus the application should not free it.
* This list is made of struct PayloadType describing the codec parameters.
* @ingroup media_parameters
**/
LINPHONE_PUBLIC
int
linphone_core_set_text_codecs
(
LinphoneCore
*
lc
,
bctbx_list_t
*
codecs
);
/**
...
...
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