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

RTP fixed header as defined in RFC 3550 section 5.1. More...

#include <rtp.h>

Data Fields

uint8_t vpxcc
 Raw encoding of the version, padding, extension, and CC fields.
uint8_t mpt
 Raw encoding of the marker, and payload type fields.
uint16_t seq
 Sequence number, incremented by one for each RTP data packet sent.
uint32_t ts
 Timestamp reflecting the sampling instant of the first octet in the payload.
uint32_t ssrc
 Synchronization source (SSRC) identifier, chosen randomly and intended to be globally unique.
uint32_t csrc [CONFIG_RTP_MAX_CSRC_COUNT]
 Contributing source (CSRC) identifiers, up to.
struct rtp_header_extension header_extension
 Optional header extension; valid only when the x bit is set.

Detailed Description

RTP fixed header as defined in RFC 3550 section 5.1.


The documentation for this struct was generated from the following file:
  • include/zephyr/net/rtp.h