webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
srtp_event_data_t is the structure passed as a callback to the event handler function More...
#include <srtp.h>
Public Attributes | |
srtp_t | session |
srtp_stream_t | stream |
srtp_event_t | event |
srtp_event_data_t is the structure passed as a callback to the event handler function
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_stream_t srtp_event_data_t::stream |
The stream in which the event happend.