Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cqueue(3) [debian man page]

Generic RTCP control queues.(3) 			     Library Functions Manual				   Generic RTCP control queues.(3)

NAME
Generic RTCP control queues. - Classes class QueueRTCPManager Adds generic management of RTCP functions to an RTP data queue. class AVPQueue This class, an RTP/RTCP queue, adds audio/video profile (AVP) specific methods to the generic RTCP service queue (QueueRTCPManager). Detailed Description Author Generated automatically by Doxygen for ccRTP from the source code. ccRTP Sat Jun 23 2012 Generic RTCP control queues.(3)

Check Out this Related Man Page

RTCP compound packets manipulation.(3)			     Library Functions Manual			    RTCP compound packets manipulation.(3)

NAME
RTCP compound packets manipulation. - Classes class RTCPCompoundHandler low level structs and RTCP packet parsing and building methods. class RTCPReceiverInfo Report block information of SR/RR RTCP reports. class RTCPSenderInfo Sender block information of SR RTCP reports. Enumerations enum SDESItemType { SDESItemTypeEND = 0, SDESItemTypeCNAME, SDESItemTypeNAME, SDESItemTypeEMAIL, SDESItemTypePHONE, SDESItemTypeLOC, SDESItemTypeTOOL, SDESItemTypeNOTE, SDESItemTypePRIV, SDESItemTypeH323CADDR, SDESItemTypeLast = SDESItemTypeH323CADDR } SDES items that may be carried in a Source DEScription RTCP packet. Functions timeval NTP2Timeval (uint32 msw, uint32 lsw) Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value. uint32 timevalIntervalTo65536 (timeval &t) Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds. Detailed Description Enumeration Type Documentation enum SDESItemType SDES items that may be carried in a Source DEScription RTCP packet. CNAME is mandatory in each RTCP compound packet (except when split for partial encryption), the others are optional and have different sending frequencies, though with recommended default values. Enumerator: SDESItemTypeEND END of SDES item list. SDESItemTypeCNAME Canonical end-point identifier. SDESItemTypeNAME Personal NAME of the user. SDESItemTypeEMAIL EMAIL address of the user. SDESItemTypePHONE Phone number of the user. SDESItemTypeLOC Location where the user is. SDESItemTypeTOOL Application or tool. SDESItemTypeNOTE Comment usually reporting state. SDESItemTypePRIV Private extension. SDESItemTypeH323CADDR H323 callable address. SDESItemTypeLast Last defined code. Function Documentation timeval NTP2Timeval (uint32msw, uint32lsw) Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value. Parameters: msw Integer part of NTP timestamp. lsw Fractional part of NTP timestamp. Returns: timeval value corresponding to the given NTP timestamp. uint32 timevalIntervalTo65536 (timeval &t) Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds. Parameters: t Timeval interval. Returns: 32-bit value corresponding to the given timeval interval. Author Generated automatically by Doxygen for ccRTP from the source code. ccRTP Sat Jun 23 2012 RTCP compound packets manipulation.(3)
Man Page

8 More Discussions You Might Find Interesting

1. Linux

getting problem in my code:::: plz help...(multithreaded appn with serial comm.)

hello, here I am copying my code... I am using two threads for reading and writing at com ports....one for reading and one for writing...in read thread I am using select() api....and polling again and again if there is some data to be read....but select is not returning any positive value so... (0 Replies)
Discussion started by: arunchaudhary19
0 Replies

2. Programming

getting problem in my code:::: plz help...(multithreaded appn with serial comm.)

hello, here I am copying my code... I am using two threads for reading and writing at com ports....one for reading and one for writing...in read thread I am using select() api....and polling again and again if there is some data to be read....but select is not returning any positive value so... (0 Replies)
Discussion started by: arunchaudhary19
0 Replies

3. Linux

How do I boost the Linux performace

Hi All, I installed Linux recently on my PC and finding it difficult to boost its performance. It takes hell lot of time to open Mozilla, text pad , & even the booting process is too slow, many a times I got to manually power off to shutdown the computer. I will be glad if you could help me... (18 Replies)
Discussion started by: jayfriend
18 Replies

4. SuSE

How to start Apache2 and vsftpd at boot

My apache and ftp server is working fine but when I reboot the system ftp and web server is not running automatically. Please advise on how to start apache and ftp at boot. (9 Replies)
Discussion started by: real-chess
9 Replies

5. Linux

Where does the memory go?

I've been running a bit low on memory recently, so I decided to find out where it's going. Obviously my browser is pretty memory-intensive, but I'm not sure there's much I can do about that (short of browsing less, all I can do is tune settings and/or change browsers). So I opened the system... (9 Replies)
Discussion started by: CRGreathouse
9 Replies

6. UNIX for Dummies Questions & Answers

How to kill all processes except shell window?

Hi i was referring to an article given in following website. Basic shell scripting questions | TechInterviews I was surprise to know that i can kill all running processes by using kill o. However when i tried running the command nothing happened. How would i establish this task? my machine... (5 Replies)
Discussion started by: pinga123
5 Replies

7. UNIX for Dummies Questions & Answers

Unable to understand ps output.

I m executing ps command and sorting it according to memory usage. Please find the output of the command. # ps aux --sort pmem USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 2060 624 ? Ss 01:54 0:00 init root 2 0.0... (1 Reply)
Discussion started by: pinga123
1 Replies

8. UNIX for Dummies Questions & Answers

High Load average | vmstat hints what ?

TOP: top - 17:09:39 up 47 days, 1:34, 13 users, load average: 6.54, 10.96, 11.27 Tasks: 274 total, 3 running, 271 sleeping, 0 stopped, 0 zombie Cpu0 : 6.0%us, 44.9%sy, 0.0%ni, 48.8%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st Cpu1 : 6.3%us, 44.4%sy, 0.0%ni, 48.0%id, 0.3%wa, ... (2 Replies)
Discussion started by: stunn3r
2 Replies