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

RTP header extension as defined in RFC 3550 section 5.3.1. More...

#include <zephyr/net/rtp.h>

Data Fields

uint16_t definition
 Profile-defined extension header identifier.
uint16_t length
 Length of the extension data in 32-bit words.
uint8_tdata
 Pointer to the extension data.

Detailed Description

RTP header extension as defined in RFC 3550 section 5.3.1.

Field Documentation

◆ data

uint8_t* rtp_header_extension::data

Pointer to the extension data.

◆ definition

uint16_t rtp_header_extension::definition

Profile-defined extension header identifier.

◆ length

uint16_t rtp_header_extension::length

Length of the extension data in 32-bit words.


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