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

pjmedia_rtp_session_setting Struct Reference

#include <rtp.h>

Data Fields

pj_uint8_t flags
 
int default_pt
 
pj_uint32_t sender_ssrc
 
pj_uint32_t peer_ssrc
 
pj_uint16_t seq
 
pj_uint32_t ts
 

Detailed Description

RTP session settings.

Field Documentation

◆ flags

pj_uint8_t pjmedia_rtp_session_setting::flags

Bitmask flags to specify whether such field is set. Bitmask contents are: (bit #0 is LSB) bit #0: default payload type bit #1: sender SSRC bit #2: sequence bit #3: timestamp bit #4: peer SSRC

◆ default_pt

int pjmedia_rtp_session_setting::default_pt

Default payload type.

◆ sender_ssrc

pj_uint32_t pjmedia_rtp_session_setting::sender_ssrc

Sender SSRC.

◆ peer_ssrc

pj_uint32_t pjmedia_rtp_session_setting::peer_ssrc

Peer SSRC.

◆ seq

pj_uint16_t pjmedia_rtp_session_setting::seq

Sequence.

◆ ts

pj_uint32_t pjmedia_rtp_session_setting::ts

Timestamp.


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

 


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