JRTPLIB  3.9.0
List of all members
jrtplib::RTPUDPv4Transmitter Class Reference

An UDP over IPv4 transmission component. More...

#include <rtpudpv4transmitter.h>

Inheritance diagram for jrtplib::RTPUDPv4Transmitter:
Inheritance graph
[legend]
Collaboration diagram for jrtplib::RTPUDPv4Transmitter:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from jrtplib::RTPTransmitter
enum  TransmissionProtocol { IPv4UDPProto, IPv6UDPProto, ExternalProto, UserDefinedProto }
 Used to identify a specific transmitter. More...
 
enum  ReceiveMode { AcceptAll, AcceptSome, IgnoreSome }
 Three kind of receive modes can be specified. More...
 
- Protected Member Functions inherited from jrtplib::RTPTransmitter
 RTPTransmitter (RTPMemoryManager *mgr)
 Constructor in which you can specify a memory manager to use. More...
 

Detailed Description

This class inherits the RTPTransmitter interface and implements a transmission component which uses UDP over IPv4 to send and receive RTP and RTCP data. The component's parameters are described by the class RTPUDPv4TransmissionParams. The functions which have an RTPAddress argument require an argument of RTPIPv4Address. The GetTransmissionInfo member function returns an instance of type RTPUDPv4TransmissionInfo.


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