|
GNU Radio's RTP Package
|
#include <rtp.h>
Public Attributes | |
| uint32_t | ssrc |
| uint8_t | type |
| bool | init |
| uint16_t | seq |
| uint16_t | odd_seq |
| bool | odd_seq_set |
| uint32_t | timestamp |
| uint64_t | packets |
| uint64_t | bytes |
| uint64_t | drops |
| uint64_t | dupes |
| uint64_t rtp_state::bytes |
| uint64_t rtp_state::drops |
| uint64_t rtp_state::dupes |
| bool rtp_state::init |
| uint16_t rtp_state::odd_seq |
| bool rtp_state::odd_seq_set |
| uint64_t rtp_state::packets |
| uint16_t rtp_state::seq |
| uint32_t rtp_state::ssrc |
| uint32_t rtp_state::timestamp |
| uint8_t rtp_state::type |