Man page - conflicthandler_conflictingtransportaddress(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
Package: libccrtp-doc
apt-get install libccrtp-doc
apt-get install libccrtp-doc
Manuals in package:
Documentations in package:
Manual
ConflictHandler::ConflictingTransportAddress
NAMESYNOPSIS
Public Member Functions
Public Attributes
Constructor & Destructor Documentation
ConflictHandler::ConflictingTransportAddress::ConflictingTransportAddress(InetAddress na, tpport_t dtp, tpport_t ctp)
Member Function Documentation
tpport_tConflictHandler::ConflictingTransportAddress::getControlTransportPort() const [inline]
tpport_t ConflictHandler::ConflictingTransportAddress::getDataTransportPort() const [inline]
const InetAddress &ConflictHandler::ConflictingTransportAddress::getNetworkAddress ()const [inline]
void ConflictHandler::ConflictingTransportAddress::setNext(ConflictingTransportAddress * nc) [inline]
Member Data Documentation
tpport_t ConflictHandler::ConflictingTransportAddress::controlTransportPort
tpport_t ConflictHandler::ConflictingTransportAddress::dataTransportPort
timeval ConflictHandler::ConflictingTransportAddress::lastPacketTime
InetAddress ConflictHandler::ConflictingTransportAddress::networkAddress
ConflictingTransportAddress*ConflictHandler::ConflictingTransportAddress::next
Author
NAME
ConflictHandler::ConflictingTransportAddress
SYNOPSIS
#include <iqueue.h>
Public Member Functions
ConflictingTransportAddress
(InetAddress na, tpport_t dtp, tpport_t ctp)
void
setNext
(
ConflictingTransportAddress
*nc)
const InetAddress &
getNetworkAddress
() const
tpport_t
getDataTransportPort
() const
tpport_t
getControlTransportPort
() const
Public Attributes
InetAddress
networkAddress
tpport_t
dataTransportPort
tpport_t
controlTransportPort
ConflictingTransportAddress
*
next
timeval
lastPacketTime
Constructor & Destructor Documentation
ConflictHandler::ConflictingTransportAddress::ConflictingTransportAddress(InetAddress na, tpport_t dtp, tpport_t ctp)
Member Function Documentation
tpport_tConflictHandler::ConflictingTransportAddress::getControlTransportPort() const [inline]
tpport_t ConflictHandler::ConflictingTransportAddress::getDataTransportPort() const [inline]
const InetAddress &ConflictHandler::ConflictingTransportAddress::getNetworkAddress ()const [inline]
void ConflictHandler::ConflictingTransportAddress::setNext(ConflictingTransportAddress * nc) [inline]
Member Data Documentation
tpport_t ConflictHandler::ConflictingTransportAddress::controlTransportPort
tpport_t ConflictHandler::ConflictingTransportAddress::dataTransportPort
timeval ConflictHandler::ConflictingTransportAddress::lastPacketTime
InetAddress ConflictHandler::ConflictingTransportAddress::networkAddress
ConflictingTransportAddress*ConflictHandler::ConflictingTransportAddress::next
Author
Generated automatically by Doxygen for ccRTP from the source code.