代码搜索:rtptools
找到约 17 项符合「rtptools」的源代码
代码结果 17
www.eeworm.com/read/359857/10120141
h rtptools.h
#ifndef RTPTOOLS_H
#define RTPTOOLS_H
#include "rtpTypes.h"
#include "VTools.h"
u_int32_t generate32 ();
RtpSrc generateSRC();
void printBits (char* packetData, int len);
void printIn
www.eeworm.com/read/359857/10120223
cpp rtptools.cpp
#include
#include
#include
#include "VTypes.h"
#include "rtpTools.h"
#include "cpLog.h"
/* ------------------------------------------------------------
www.eeworm.com/read/107979/15597697
makefile
# rtptools Makefile
# Copyright 1996 by Henning Schulzrinne
# Configuration:
# Uses the following environment variables:
# CC compiler (gcc, etc.)
# ARCH architecture (sun4, sun5, sgi, ...)
#
www.eeworm.com/read/359857/10120175
cpp networkaddress.cpp
#include "NetworkAddress.h"
#include "RtpTools.h"
#include "cpLog.h"
NetworkAddress::NetworkAddress ( int port /* = -1 */) :
iPort(port),
rawHostName(getLocalHostName()),
hostName
www.eeworm.com/read/107979/15597700
readme
RTP Tools
Description
The rtptools distribution consists of a number of small applications that
can be used for processing RTP data.
rtpplay
play back RTP sessions recorded by rtpdump
rtpsend
www.eeworm.com/read/359857/10120230
cpp rtppacket.cpp
#include "vtypes.h"
#include "cpLog.h"
#include "NtpTime.h"
#include "rtpTypes.h"
#include "rtpTools.h"
#include "rtpCodec.h"
/* -------------------------------------------------------------
www.eeworm.com/read/107979/15597706
h search.h
/* Jonathan Lennox -- July 24, 1997 */
/* Ripped this file out of the GNU C Library in order to get rtptools
working. */
/* Declarations for System V style searching functions.
Copyright (C) 19