libSRTP 2.6.0
|
srtp_event_data_t is the structure passed as a callback to the event handler function More...
#include <srtp.h>
Data Fields | |
srtp_t | session |
uint32_t | ssrc |
srtp_event_t | event |
The struct srtp_event_data_t holds the data passed to the event handler function.
srtp_event_t srtp_event_data_t::event |
An enum indicating the type of event.
srtp_t srtp_event_data_t::session |
The session in which the event happened.
uint32_t srtp_event_data_t::ssrc |
The ssrc in host order of the stream in which
the event happened