JRTPLIB 3.9.1 类大全

来源:互联网 发布:java开源投票系统 编辑:程序博客网 时间:2024/05/19 14:18

转载时请注明出处:http://blog.csdn.net/str999_cn/article/details/28711267


Here are the classes, structs, unions and interfaces with brief descriptions:

这些是类、结构体、联合体和接口,带有简单的描述。


jrtplib::RTCPAPPPacketDescribes an RTCP APP packet
描述一个RTCP APP包jrtplib::RTCPBYEPacketDescribes an RTCP BYE packet
描述一个RTCP BYE 包jrtplib::RTCPCompoundPacketRepresents an RTCP compound packet
代表一个RTCP复合包jrtplib::RTCPCompoundPacketBuilderThis class can be used to construct an RTCP compound packet
这个类可以用来构建一个RTCP复合包jrtplib::RTCPPacketBase class for specific types of RTCP packets
用作RTCP包的特定类型的基类jrtplib::RTCPPacketBuilderThis class can be used to build RTCP compound packets, on a higher level than the RTCPCompoundPacketBuilder
本类可以用以构建RTCP复合包,比RTCPCompoundPacketBuilder具有更高的层次jrtplib::RTCPRRPacketDescribes an RTCP receiver report packet
描述RTCP接收报告包jrtplib::RTCPSchedulerThis class determines when RTCP compound packets should be sent
本类决定何时发送RTCP复合包jrtplib::RTCPSchedulerParamsDescribes parameters used by the RTCPScheduler class
描述RTCP调度器类用到的参数jrtplib::RTCPSDESInfoThe class RTCPSDESInfo is a container for RTCP SDES information
RTCPSEDSInfo类是RTCP SDES信息的一个容器jrtplib::RTCPSDESPacketDescribes an RTCP source description packet
描述RTCP源描述包jrtplib::RTCPSRPacketDescribes an RTCP sender report packet
描述一个RTCP发送者报告包jrtplib::RTCPUnknownPacketDescribes an RTCP packet of unknown type
描述一个未知类型的RTCP包jrtplib::RTPAddressThis class is an abstract class which is used to specify destinations, multicast groups etc
本类是一个抽象类,用以指定目标地址、多播组等等jrtplib::RTPByteAddressA very general kind of address consisting of a port number and a number of bytes describing the host address
一个非常通用的地址,包含一个端口数字和一些描述主机地址的字节jrtplib::RTPCollisionListThis class represents a list of addresses from which SSRC collisions were detected
本类表示一个检测到SSRC冲突的地址列表,jrtplib::RTPExternalPacketInjecterInterface to inject incoming RTP and RTCP packets into the library
把传入的RTP和RTCP包注入到本库的接口jrtplib::RTPExternalSenderBase class to specify a mechanism to transmit RTP packets outside of this library
指定一个在本库之外传输RTP包的机制的基类jrtplib::RTPExternalTransmissionInfoAdditional information about the external transmission component
外部传输组件的额外信息jrtplib::RTPExternalTransmissionParamsParameters to initialize a transmitter of type RTPExternalTransmitter
初始化RTPExternalTransmitter类型的传输器的参数jrtplib::RTPExternalTransmitterA 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::RTPIPv4AddressRepresents an IPv4 IP address and port
代表一个IPv4 IP地址和端口jrtplib::RTPIPv6AddressRepresents an IPv6 IP address and port
代表一个IPv6 IP地址端口jrtplib::RTPLibraryVersionUsed to provide information about the version of the library
用以提供有关本库的版本信息jrtplib::RTPMemoryManagerA memory manager
一个内存管理器jrtplib::RTPNTPTimeThis is a simple wrapper for the most significant word (MSW) and least significant word (LSW) of an NTP timestamp
这是一个对NTP时间戳的“最要紧的词(MSW)”和“最不要紧的词(LSW)”的简单的封装jrtplib::RTPPacketRepresents an RTP Packet
代表一个RTP包jrtplib::RTPPacketBuilderThis 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::RTPRandomInterface for generating random numbers
用来产生随机数的接口jrtplib::RTPRandomRand48A random number generator using the algorithm of the rand48 set of functions
应用rand48算法的一个随机数生成器jrtplib::RTPRandomRandSA random number generator which tries to use the rand_s function on the Win32 platform
在Win32平台上使用rand_s函数的一个随机数生成器jrtplib::RTPRandomURandomA random number generator which uses bytes delivered by the /dev/urandom device
使用由/dev/urandom设备提供的字节的随机数生成器jrtplib::RTPRawPacketThis class is used by the transmission component to store the incoming RTP and RTCP data in
本类由传输组件使用来存储发送进来的RTP和RTCP数据jrtplib::RTPSessionHigh level class for using RTP
使用RTP的高级类jrtplib::RTPSessionParamsDescribes the parameters for to be used by an RTPSession instance
描述为RTPSession实例所用到的各项参数jrtplib::RTPSourceDataDescribes an entry in the RTPSources source table
描述RTPSources源表中的一个入口jrtplib::RTPSourcesRepresents a table in which information about the participating sources is kept
代表一个表,其中保存了参与源的信息jrtplib::RTPTimeThis class is used to specify wallclock time, delay intervals etc
本类用来指定挂钟时间、延迟间隔等jrtplib::RTPTransmissionInfoBase class for additional information about the transmitter
有关传输器的额外信息的基类jrtplib::RTPTransmissionParamsBase class for transmission parameters
传输参数的基类jrtplib::RTPTransmitterAbstract class from which actual transmission components should be derived
抽象类,实际使用的传输部件就应该从这里继承jrtplib::RTPUDPv4TransmissionInfoAdditional information about the UDP over IPv4 transmitter
有关使用IPv4上的UDP的传输器的额外信息jrtplib::RTPUDPv4TransmissionParamsParameters for the UDP over IPv4 transmitter
IPv4上的UDP传输器的参数jrtplib::RTPUDPv4TransmitterAn UDP over IPv4 transmission component
一个IPv4上的UDP传输组件jrtplib::RTPUDPv6TransmissionInfoAdditional information about the UDP over IPv6 transmitter
有关IPv6上的UDP传输器的额外信息jrtplib::RTPUDPv6TransmissionParamsParameters for the UDP over IPv6 transmitter
IPv6上的UDP传输器的参数jrtplib::RTPUDPv6TransmitterAn UDP over IPv6 transmitter
一个IPv6上的UDP传输器

0 0
原创粉丝点击