转载时请注明出处:http://blog.csdn.net/str999_cn/article/details/28711267
Here are the classes, structs, unions and interfaces with brief descriptions:
这些是类、结构体、联合体和接口,带有简单的描述。
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 描述RTCP调度器类用到的参数 |
jrtplib::RTCPSDESInfo | The class RTCPSDESInfo is a container for RTCP SDES information RTCPSEDSInfo类是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 有关传输器的额外信息的基类 |
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传输器 |