Searched defs:srtp_policy_t (Results 1 – 1 of 1) sorted by relevance
321 typedef struct srtp_policy_t { struct322 srtp_ssrc_t ssrc; /**< The SSRC value of stream, or the */346 struct srtp_policy_t *next; /**< Pointer to next stream policy. */ argument347 } srtp_policy_t; typedef