Blame doc/functions/gnutls_srtp_get_profile_id

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_srtp_get_profile_id} (const char * @var{name}, gnutls_srtp_profile_t * @var{profile})
Packit aea12f
@var{name}: The name of the profile to look up
Packit aea12f
Packit aea12f
@var{profile}: Will hold the profile id
Packit aea12f
Packit aea12f
This function allows you to look up a profile based on a string.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned,
Packit aea12f
otherwise a negative error code is returned.
Packit aea12f
Packit aea12f
Since 3.1.4
Packit aea12f
@end deftypefun