RTP/RTCP 协议介绍 Real-Time Transport Control Protocol(实时传输控制协议) 监控RTP的服务质量和网络拥塞程度 收集在一个RTP会话中参与者的状态 跟踪RTP源(同步音频视频流,SSRC有可能变化) rtp Real-Time Transport Protocol(实时传输协议) RTP的设计主要是为了多媒体多方会议的需要 提供端对端的实时数据传输服务,RTP使用的传输层协议一般为UDP。 不提供机制确保数据的间隔发送 不提供机制保证QoS
标签: RTP Real-Time Transport Protocol
上传时间: 2016-07-02
上传用户:Shaikh
Basic DC Motor Speed PID Control With The Infineon C167 Family.rar
标签: Infineon Control Family Basic
上传时间: 2016-07-03
上传用户:bakdesec
This assignment requires you to complete the dynamic drawing components of the Date/Time Control Panel from the previous two programming assignments. In particular, you will be moving the map found in the "Time Zone" tab when the time zone changes and will be drawing a clock face corresponding to the time setting.
标签: assignment components the requires
上传时间: 2016-07-03
上传用户:JIUSHICHEN
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
标签: product the CatalogGUI display
上传时间: 2016-07-03
上传用户:cooran
编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get
上传时间: 2016-07-04
上传用户:AbuGe
Universal Serial Bus Mass Storage Class UFI Command Specification
标签: Specification Universal Command Storage
上传时间: 2016-07-06
上传用户:haoxiyizhong
Universal Serial Bus Mass Storage Class Specification Overview
标签: Specification Universal Overview Storage
上传时间: 2013-12-06
上传用户:ecooo
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
s6e63d6 SAMSUNG OLED CONTROL DEVICE
标签: s6e63d6 SAMSUNG CONTROL DEVICE
上传时间: 2014-01-03
上传用户:lingzhichao
Study source file that includes just the standard control of ParallelPort.
标签: ParallelPort includes standard control
上传时间: 2013-12-19
上传用户:bjgaofei