|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Decoded RTP packet with header and payload separated. More...
#include <zephyr/net/rtp.h>
Data Fields | |
| struct rtp_header | header |
| Parsed RTP header. | |
| uint8_t * | payload |
| Pointer to the packet payload. | |
| size_t | payload_len |
| Length of the payload in bytes. | |
Decoded RTP packet with header and payload separated.
| struct rtp_header rtp_packet::header |
Parsed RTP header.
| uint8_t* rtp_packet::payload |
Pointer to the packet payload.
Valid only for the duration of the receive callback.
| size_t rtp_packet::payload_len |
Length of the payload in bytes.