include accumulated stats from rtcp into vars

This commit is contained in:
Anthony Minessale
2010-09-10 11:59:47 -05:00
parent 5bb007889c
commit d5ff3e04ab
3 changed files with 13 additions and 0 deletions
+7
View File
@@ -479,9 +479,16 @@ typedef struct {
switch_size_t flush_packet_count;
} switch_rtp_numbers_t;
typedef struct {
uint32_t packet_count;
uint32_t octet_count;
} switch_rtcp_numbers_t;
typedef struct {
switch_rtp_numbers_t inbound;
switch_rtp_numbers_t outbound;
switch_rtcp_numbers_t rtcp;
} switch_rtp_stats_t;
typedef enum {