summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_srtp_get_selected_profile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_srtp_get_selected_profile')
-rw-r--r--doc/functions/gnutls_srtp_get_selected_profile16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_srtp_get_selected_profile b/doc/functions/gnutls_srtp_get_selected_profile
new file mode 100644
index 0000000..b381670
--- /dev/null
+++ b/doc/functions/gnutls_srtp_get_selected_profile
@@ -0,0 +1,16 @@
+
+
+
+
+@deftypefun {int} {gnutls_srtp_get_selected_profile} (gnutls_session_t @var{session}, gnutls_srtp_profile_t * @var{profile})
+@var{session}: is a @code{gnutls_session_t} type.
+
+@var{profile}: will hold the profile
+
+This function allows you to get the negotiated SRTP profile.
+
+@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned,
+otherwise a negative error code is returned.
+
+Since 3.1.4
+@end deftypefun