Blame doc/functions/gnutls_srtp_get_profile_name

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {const char *} {gnutls_srtp_get_profile_name} (gnutls_srtp_profile_t @var{profile})
Packit aea12f
@var{profile}: The profile to look up a string for
Packit aea12f
Packit aea12f
This function allows you to get the corresponding name for a
Packit aea12f
SRTP protection profile.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, the name of a SRTP profile as a string,
Packit aea12f
otherwise NULL.
Packit aea12f
Packit aea12f
Since 3.1.4
Packit aea12f
@end deftypefun