|
OPAL
Version 3.10.10
|
#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_UserData * | userData |
| 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... | |
|
inline |
| bool RTP_Session::Params::autoDelete |
Delete optional data with session.
| PString RTP_Session::Params::encoding |
identifies initial RTP encoding (RTP/AVP, UDPTL etc)
| unsigned RTP_Session::Params::id |
Session ID for RTP channel.
| bool RTP_Session::Params::isAudio |
is audio RTP data
| bool RTP_Session::Params::remoteIsNAT |
Remote is behid NAT.
| RTP_UserData* RTP_Session::Params::userData |
Optional data for session.