16#include "ws_symbol_export.h"
21#define MAX_RTCP_SETUP_METHOD_SIZE 10
25 unsigned char setup_method_set;
26 char setup_method[MAX_RTCP_SETUP_METHOD_SIZE + 1];
27 uint32_t setup_frame_number;
30 unsigned char last_received_set;
31 uint32_t last_received_frame_number;
33 uint32_t last_received_ts;
36 unsigned char lsr_matched;
37 uint32_t calculated_delay_used_frame;
38 int calculated_delay_report_gap;
39 int32_t calculated_delay;
51 const char *setup_method, uint32_t setup_frame_number);
58 const char *setup_method, uint32_t setup_frame_number,
Holds a network or link-layer address of any supported type.
Definition address.h:62
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Definition packet-rtcp.h:23
Definition packet-rtp.h:96