#include "netfone.h"Defines | |
| #define | bcopy(s, d, l) memcpy(d, s, l) |
| #define | bzero(d, l) memset(d, 0, l) |
| #define | MAX_MISORDER 100 |
| #define | MAX_DROPOUT 3000 |
| #define | addSDES(item, text) |
| #define | commonLength(pk) (*((unsigned short *) (((char *) (pk)) + 2))) |
Functions | |
| int | isrtp (unsigned char *pkt, int len) |
| int | isValidRTCPpacket (unsigned char *p, int len) |
| int | isRTCPByepacket (unsigned char *p, int len) |
| int | isRTCPAPPpacket (unsigned char *p, int len, char *name, unsigned char **app_ptr) |
| int | rtp_make_sdes (char **pkt, unsigned long ssrc_i, int port, int exact, int strict) |
| int | rtp_make_bye (unsigned char *p, unsigned long ssrc_i, char *raison, int strict) |
| int | rtp_make_app (unsigned char *p, unsigned long ssrc_i, int strict, char *type, char *content) |
| LONG | rtpout (soundbuf *sb, unsigned long ssrc_i, unsigned long timestamp_i, unsigned short seq_i, int spurt) |
| int | parseSDES (unsigned char *packet, struct rtcp_sdes_request *r) |
| void | copySDESitem (char *s, char *d) |
Variables | |
| audio_descr_t | adt [] |
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
Initial value: |
1.2.18