Searched defs:srtp_event_data_t (Results 1 - 1 of 1) sorted by relevance

/external/srtp/include/
H A Dsrtp.h878 * @brief srtp_event_data_t is the structure passed as a callback to
881 * The struct srtp_event_data_t holds the data passed to the event
885 typedef struct srtp_event_data_t { struct
889 } srtp_event_data_t; typedef in typeref:struct:srtp_event_data_t
897 * srtp_event_data_t which describes the event that needs to be handled.
902 typedef void (srtp_event_handler_func_t)(srtp_event_data_t *data);
912 * @param func is a pointer to a fuction that takes an srtp_event_data_t

Completed in 53 milliseconds