WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

#include <rtp.h>

Data Fields

pj_uint16_t cc:4
 
pj_uint16_t x:1
 
pj_uint16_t p:1
 
pj_uint16_t v:2
 
pj_uint16_t pt:7
 
pj_uint16_t m:1
 
pj_uint16_t seq
 
pj_uint32_t ts
 
pj_uint32_t ssrc
 

Detailed Description

RTP packet header. Note that all RTP functions here will work with this header in network byte order.

See also
pjmedia_rtp_hdr

Field Documentation

◆ cc

pj_uint16_t pjmedia_rtp_hdr::cc

CSRC count

◆ x

pj_uint16_t pjmedia_rtp_hdr::x

header extension flag

◆ p

pj_uint16_t pjmedia_rtp_hdr::p

padding flag

◆ v

pj_uint16_t pjmedia_rtp_hdr::v

packet type/version

◆ pt

pj_uint16_t pjmedia_rtp_hdr::pt

payload type

◆ m

pj_uint16_t pjmedia_rtp_hdr::m

marker bit

◆ seq

pj_uint16_t pjmedia_rtp_hdr::seq

sequence number

◆ ts

pj_uint32_t pjmedia_rtp_hdr::ts

timestamp

◆ ssrc

pj_uint32_t pjmedia_rtp_hdr::ssrc

synchronization source


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

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.