webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
srtp_event_data_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ event

srtp_event_t srtp_event_data_t::event

An enum indicating the type of event.

◆ session

srtp_t srtp_event_data_t::session

The session in which the event happend.

◆ stream

srtp_stream_t srtp_event_data_t::stream

The stream in which the event happend.


The documentation for this struct was generated from the following file: