summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_srtp_get_profile_name
blob: d1deeb7f8adf3cad718f90375437104440aa3694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@deftypefun {const char *} {gnutls_srtp_get_profile_name} (gnutls_srtp_profile_t @var{profile})
@var{profile}: The profile to look up a string for

This function allows you to get the corresponding name for a
SRTP protection profile.

@strong{Returns:} On success, the name of a SRTP profile as a string,
otherwise NULL.

Since 3.1.4
@end deftypefun