Header for all RTCP packets defined in RFC 3550 section 6
More...
#include <frame.hh>
|
| uint8_t | version = 0 |
| | This field identifies the version of RTP. The version defined by RFC 3550 is two (2).
|
| |
| uint8_t | padding = 0 |
| | Does this packet contain padding at the end.
|
| |
|
union { | |
| |
| uint8_t count = 0 | |
| | Source count or report count. Alternative to pkt_subtype. More...
|
| |
| uint8_t pkt_subtype | |
| | Subtype in APP packets. Alternative to count. More...
|
| |
| uint8_t fmt | |
| | Feedback message type (FMT), specified in RFC 5104 section 4.3. Alternative to count and pkt_subtype. More...
|
| |
| }; | | |
| |
| uint8_t | pkt_type = 0 |
| | Identifies the RTCP packet type.
|
| |
| uint16_t | length = 0 |
| | Length of the whole message measured in 32-bit words.
|
| |
Header for all RTCP packets defined in RFC 3550 section 6
Definition at line 118 of file frame.hh.
◆ count
| uint8_t uvgrtp::frame::rtcp_header::count = 0 |
Source count or report count. Alternative to pkt_subtype.
Definition at line 126 of file frame.hh.
◆ fmt
| uint8_t uvgrtp::frame::rtcp_header::fmt |
Feedback message type (FMT), specified in RFC 5104 section 4.3. Alternative to count and pkt_subtype.
Definition at line 130 of file frame.hh.
◆ length
| uint16_t uvgrtp::frame::rtcp_header::length = 0 |
Length of the whole message measured in 32-bit words.
Definition at line 135 of file frame.hh.
◆ padding
| uint8_t uvgrtp::frame::rtcp_header::padding = 0 |
Does this packet contain padding at the end.
Definition at line 123 of file frame.hh.
◆ pkt_subtype
| uint8_t uvgrtp::frame::rtcp_header::pkt_subtype |
Subtype in APP packets. Alternative to count.
Definition at line 128 of file frame.hh.
◆ pkt_type
| uint8_t uvgrtp::frame::rtcp_header::pkt_type = 0 |
Identifies the RTCP packet type.
Definition at line 133 of file frame.hh.
◆ version
| uint8_t uvgrtp::frame::rtcp_header::version = 0 |
This field identifies the version of RTP. The version defined by RFC 3550 is two (2).
Definition at line 121 of file frame.hh.
The documentation for this struct was generated from the following file: