|
GNU Radio's RTP Package
|
#include <rtp.h>
Public Attributes | |
| int | version |
| uint8_t | type |
| uint16_t | seq |
| uint32_t | timestamp |
| uint32_t | ssrc |
| bool | marker:1 |
| bool | pad:1 |
| bool | extension:1 |
| int | cc |
| uint32_t | csrc [15] |
| int rtp_header::cc |
| uint32_t rtp_header::csrc[15] |
| bool rtp_header::extension |
| bool rtp_header::marker |
| bool rtp_header::pad |
| uint16_t rtp_header::seq |
| uint32_t rtp_header::ssrc |
| uint32_t rtp_header::timestamp |
| uint8_t rtp_header::type |
| int rtp_header::version |