home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 May
/
MICD_2000_05.iso
/
CBuilder5
/
INSTALL
/
DATA1.CAB
/
Program_Built_Files
/
Include
/
dxmrtp.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-01
|
574b
|
30 lines
/*++
Copyright (c) 1997, Microsoft Corporation
Module Name:
dxmrtp.h
Abstract:
Master include file for Windows DirectX Media Based RTP implementation.
--*/
#ifndef __DXMRTP_INCLUDED__
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define __DXMRTP_INCLUDED__
/* Include all of the filter header files */
#include <amrtpnet.h>
#include <amrtpdmx.h>
#include <amrtpss.h>
#include <irtprph.h>
#include <irtpsph.h>
#include <amrtpuid.h>
#include <g711uids.h>
#pragma option pop /*P_O_Pop*/
#endif /* #ifndef __DXMRTP_INCLUDED__ */