[][src]Type Definition srtp2_sys::srtp_auth_type_id_t

type srtp_auth_type_id_t = u32;

@brief An srtp_auth_type_id_t is an identifier for a particular authentication function.

An srtp_auth_type_id_t is an integer that represents a particular authentication function type, e.g. HMAC-SHA1. A SRTP_NULL_AUTH is avaliable; this authentication function performs no computation, and can be selected to indicate that no authentication is to take place.

@ingroup Authentication