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 >
C/C++ Source or Header  |  2000-02-01  |  574b  |  30 lines

  1. /*++
  2.  
  3. Copyright (c) 1997, Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     dxmrtp.h
  8.  
  9. Abstract:
  10.  
  11.     Master include file for Windows DirectX Media Based RTP implementation.
  12.  
  13. --*/
  14.  
  15. #ifndef __DXMRTP_INCLUDED__
  16. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  17. #define __DXMRTP_INCLUDED__
  18.  
  19. /* Include all of the filter header files */
  20. #include <amrtpnet.h>
  21. #include <amrtpdmx.h>
  22. #include <amrtpss.h>
  23. #include <irtprph.h>
  24. #include <irtpsph.h>
  25. #include <amrtpuid.h>
  26. #include <g711uids.h>
  27.  
  28. #pragma option pop /*P_O_Pop*/
  29. #endif /* #ifndef __DXMRTP_INCLUDED__ */
  30.