#include <rtp.h>
Public Member Functions |
| | Params () |
Data Fields |
| PString | encoding |
| | identifies initial RTP encoding (RTP/AVP, UDPTL etc)
|
| unsigned | id |
| | Session ID for RTP channel.
|
| RTP_UserData * | userData |
| | Optional data for session.
|
| bool | autoDelete |
| | Delete optional data with session.
|
| bool | isAudio |
| | is audio RTP data
|
| bool | remoteIsNAT |
| | Remote is behid NAT.
|
Constructor & Destructor Documentation
| RTP_Session::Params::Params |
( |
| ) |
|
|
inline |
Field Documentation
| 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 |
| bool RTP_Session::Params::remoteIsNAT |
Optional data for session.
The documentation for this struct was generated from the following file: