jrtplib::RTCPAPPPacket | Describes an RTCP APP packet (描述一个RTCP APP包) |
jrtplib::RTCPBYEPacket | Describes an RTCP BYE packet (描述一个RTCP BYE包) |
jrtplib::RTCPCompoundPacket | Represents an RTCP compound packet(表示一个RTCP复合包) |
jrtplib::RTCPCompoundPacketBuilder | This class can be used to construct an RTCP compound packet(这个类可以用来构建一个RTCP复合包) |
jrtplib::RTCPPacket | Base class for specific types of RTCP packets(特定类型RTCP包的基类) |
jrtplib::RTCPPacketBuilder | This class can be used to build RTCP compound packets, on a higher level than the RTCPCompoundPacketBuilder (这个类可以用来建立RTCP复合包,比RTCPCompoundPacketBuilder类高一个级别) |
jrtplib::RTCPRRPacket | Describes an RTCP receiver report packet(描述了一个RTCP接收报告包) |
jrtplib::RTCPScheduler | This class determines when RTCP compound packets should be sent(这个类决定何时应发送RTCP复合包) |
jrtplib::RTCPSchedulerParams | Describes parameters used by the RTCPScheduler class(描述用于由RTCPScheduler类的参数) |
jrtplib::RTCPSDESInfo | The class RTCPSDESInfo is a container for RTCP SDES information(RTCPSDESInfo类是RTCP SDES信息的容器) |
jrtplib::RTCPSDESPacket | Describes an RTCP source description packet(描述一个RTCP源描述包) |
jrtplib::RTCPSRPacket | Describes an RTCP sender report packet(描述一个RTCP发送者报告包) |
jrtplib::RTCPUnknownPacket | Describes an RTCP packet of unknown type(描述一个未知类型的RTCP包) |
jrtplib::RTPAddress | This class is an abstract class which is used to specify destinations, multicast groups etc (这个类是一个抽象类,它是用来指定目的地,组播组等) |
jrtplib::RTPByteAddress | A very general kind of address consisting of a port number and a number of bytes describing the host address (由一个端口号和许多描述主机地址的字节数组成的一种非常普遍的地址) |
jrtplib::RTPCollisionList | This class represents a list of addresses from which SSRC collisions were detected (这个类表示一个被检测到SSRC冲突的地址列表) |
jrtplib::RTPExternalPacketInjecter | Interface to inject incoming RTP and RTCP packets into the library (把RTP和RTCP包注进库的接口) |
jrtplib::RTPExternalSender | Base class to specify a mechanism to transmit RTP packets outside of this library (指定一种机制传输库外RTP包的基类) |
jrtplib::RTPExternalTransmissionInfo | Additional information about the external transmission component (外部传输组件的其他信息) |
jrtplib::RTPExternalTransmissionParams | Parameters to initialize a transmitter of type RTPExternalTransmitter (初始化一个RTPExternalTransmitter类型发射器的参数) |
jrtplib::RTPExternalTransmitter | A transmission component which will use user specified functions to transmit the data and which will expose functions to inject received RTP or RTCP data into this component(一种发送组件,使用用户指定的函数发送数据,并且将暴露将接收到的RTP或RTCP数据注入到该组件中的函数) |
jrtplib::RTPIPv4Address | Represents an IPv4 IP address and port(表示IPv4的IP地址和端口) |
jrtplib::RTPIPv6Address | Represents an IPv6 IP address and port(表示IPv6的IP地址和端口) |
jrtplib::RTPLibraryVersion | Used to provide information about the version of the library(用于提供库的版本信息) |
jrtplib::RTPMemoryManager | A memory manager(内存管理器) |
jrtplib::RTPNTPTime | This is a simple wrapper for the most significant word (MSW) and least significant word (LSW) of an NTP timestamp (这是一个对NTP时间戳中的最重要的字(MSW)和最不重要的字(LSW)的简单包装) |
jrtplib::RTPPacket | Represents an RTP Packet(表示一个RTP包) |
jrtplib::RTPPacketBuilder | This class can be used to build RTP packets and is a bit more high-level than the RTPPacket class: it generates an SSRC identifier, keeps track of timestamp and sequence number etc (这个类被用于构建RTP包,比RTPPacket类更高级:它会生成一个SSRC标识符,跟踪时间戳和序号等) |
jrtplib::RTPRandom | Interface for generating random numbers(用于生成随机数的接口) |
jrtplib::RTPRandomRand48 | A random number generator using the algorithm of the rand48 set of functions(一个随机数生成器,采用rand48组函数的算法) |
jrtplib::RTPRandomRandS | A random number generator which tries to use the rand_s function on the Win32 platform(一个随机数生成器,试着采用Win32平台上的rand_s函数) |
jrtplib::RTPRandomURandom | A random number generator which uses bytes delivered by the /dev/urandom device (一个随机数生成器,试着采用/ dev / urandom设备交付使用的字节) |
jrtplib::RTPRawPacket | This class is used by the transmission component to store the incoming RTP and RTCP data in (传输组件使用这个类存储传入的RTP和RTCP数据) |
jrtplib::RTPSession | High level class for using RTP (使用RTP的高级类) |
jrtplib::RTPSessionParams | Describes the parameters for to be used by an RTPSession instance (描述了RTPSession实例的参数) |
jrtplib::RTPSourceData | Describes an entry in the RTPSources source table (描述RTPSources源表中的条目) |
jrtplib::RTPSources | Represents a table in which information about the participating sources is kept (表示一个保存参与源信息的表) |
jrtplib::RTPTime | This class is used to specify wallclock time, delay intervals etc(这个类是用来指定挂钟时间,延迟的时间间隔等) |
jrtplib::RTPTransmissionInfo | Base class for additional information about the transmitter(transmitter额外信息的基类) |
jrtplib::RTPTransmissionParams | Base class for transmission parameters(传输参数的基类) |
jrtplib::RTPTransmitter | Abstract class from which actual transmission components should be derived(抽象类,传输组件继承抽象类) |
jrtplib::RTPUDPv4TransmissionInfo | Additional information about the UDP over IPv4 transmitter(通过IPv4传输的UDP传输器的额外信息) |
jrtplib::RTPUDPv4TransmissionParams | Parameters for the UDP over IPv4 transmitter(通过IPv4传输的UDP传输器的参数) |
jrtplib::RTPUDPv4Transmitter | An UDP over IPv4 transmission component(通过IPv4传输的UDP传输器) |
jrtplib::RTPUDPv6TransmissionInfo | Additional information about the UDP over IPv6 transmitter(通过IPv6传输的UDP传输器的额外信息) |
jrtplib::RTPUDPv6TransmissionParams | Parameters for the UDP over IPv6 transmitter(通过IPv6传输的UDP传输器的参数) |
jrtplib::RTPUDPv6Transmitter | An UDP over IPv6 transmitter(通过IPv6传输的UDP传输器) |