OPAL  Version 3.10.10
RTP_Session::Params Struct Reference

#include <rtp.h>

Public Member Functions

 Params ()
 

Data Fields

PString encoding
 identifies initial RTP encoding (RTP/AVP, UDPTL etc) More...
 
unsigned id
 Session ID for RTP channel. More...
 
RTP_UserDatauserData
 Optional data for session. More...
 
bool autoDelete
 Delete optional data with session. More...
 
bool isAudio
 is audio RTP data More...
 
bool remoteIsNAT
 Remote is behid NAT. More...
 

Constructor & Destructor Documentation

◆ Params()

RTP_Session::Params::Params ( )
inline

Field Documentation

◆ autoDelete

bool RTP_Session::Params::autoDelete

Delete optional data with session.

◆ encoding

PString RTP_Session::Params::encoding

identifies initial RTP encoding (RTP/AVP, UDPTL etc)

◆ id

unsigned RTP_Session::Params::id

Session ID for RTP channel.

◆ isAudio

bool RTP_Session::Params::isAudio

is audio RTP data

◆ remoteIsNAT

bool RTP_Session::Params::remoteIsNAT

Remote is behid NAT.

◆ userData

RTP_UserData* RTP_Session::Params::userData

Optional data for session.


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