ccRTP
Public Member Functions | Protected Member Functions | List of all members
SyncSourceHandler Class Reference

SyncSource objects modification methods. More...

#include <iqueue.h>

Inheritance diagram for SyncSourceHandler:
MembershipBookkeeping IncomingDataQueue RTPDataQueue QueueRTCPManager RTPDuplex AVPQueue TRTPSessionBase< DualRTPUDPIPv4Channel, DualRTPUDPIPv4Channel, AVPQueue > TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue > SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue >

Public Member Functions

void * getLink (const SyncSource &source) const
 This requires SyncSource - SyncSourceHandler friendship.
 
void setLink (SyncSource &source, void *link)
 
void setParticipant (SyncSource &source, Participant &p)
 
void setState (SyncSource &source, SyncSource::State ns)
 
void setSender (SyncSource &source, bool active)
 
void setDataTransportPort (SyncSource &source, tpport_t p)
 
void setControlTransportPort (SyncSource &source, tpport_t p)
 
void setNetworkAddress (SyncSource &source, InetAddress addr)
 

Protected Member Functions

 SyncSourceHandler ()
 
virtual ~SyncSourceHandler ()
 

Detailed Description

SyncSource objects modification methods.

Author
Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org

Constructor & Destructor Documentation

◆ SyncSourceHandler()

SyncSourceHandler::SyncSourceHandler ( )
inlineprotected

◆ ~SyncSourceHandler()

virtual SyncSourceHandler::~SyncSourceHandler ( )
inlineprotectedvirtual

Member Function Documentation

◆ getLink()

void * SyncSourceHandler::getLink ( const SyncSource source) const
inline

This requires SyncSource - SyncSourceHandler friendship.

Get the SyncSourceLink corresponding to a SyncSource object.

◆ setControlTransportPort()

void SyncSourceHandler::setControlTransportPort ( SyncSource source,
tpport_t  p 
)
inline

◆ setDataTransportPort()

void SyncSourceHandler::setDataTransportPort ( SyncSource source,
tpport_t  p 
)
inline

◆ setLink()

void SyncSourceHandler::setLink ( SyncSource source,
void *  link 
)
inline

◆ setNetworkAddress()

void SyncSourceHandler::setNetworkAddress ( SyncSource source,
InetAddress  addr 
)
inline

◆ setParticipant()

void SyncSourceHandler::setParticipant ( SyncSource source,
Participant p 
)
inline

◆ setSender()

void SyncSourceHandler::setSender ( SyncSource source,
bool  active 
)
inline

◆ setState()

void SyncSourceHandler::setState ( SyncSource source,
SyncSource::State  ns 
)
inline

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