Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Decoded RTP packet with header and payload separated. More...

#include <zephyr/net/rtp.h>

Data Fields

struct rtp_header header
 Parsed RTP header.
uint8_tpayload
 Pointer to the packet payload.
size_t payload_len
 Length of the payload in bytes.

Detailed Description

Decoded RTP packet with header and payload separated.

Field Documentation

◆ header

struct rtp_header rtp_packet::header

Parsed RTP header.

◆ payload

uint8_t* rtp_packet::payload

Pointer to the packet payload.

Valid only for the duration of the receive callback.

◆ payload_len

size_t rtp_packet::payload_len

Length of the payload in bytes.


The documentation for this struct was generated from the following file: