summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_srtp_get_profile_id
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_srtp_get_profile_id')
-rw-r--r--doc/functions/gnutls_srtp_get_profile_id16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_srtp_get_profile_id b/doc/functions/gnutls_srtp_get_profile_id
new file mode 100644
index 0000000..7ac9bf4
--- /dev/null
+++ b/doc/functions/gnutls_srtp_get_profile_id
@@ -0,0 +1,16 @@
+
+
+
+
+@deftypefun {int} {gnutls_srtp_get_profile_id} (const char * @var{name}, gnutls_srtp_profile_t * @var{profile})
+@var{name}: The name of the profile to look up
+
+@var{profile}: Will hold the profile id
+
+This function allows you to look up a profile based on a string.
+
+@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned,
+otherwise a negative error code is returned.
+
+Since 3.1.4
+@end deftypefun