STREAMS.H
上传用户:weiliangfb
上传日期:2007-01-23
资源大小:142k
文件大小:6k
源码类别:

多媒体

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // File: Streams.h
  3. //
  4. // Desc: DirectShow base classes - defines overall streams architecture.
  5. //
  6. // Copyright (c) 1992 - 2000, Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8. #ifndef __STREAMS__
  9. #define __STREAMS__
  10. #ifdef _MSC_VER
  11. // disable some level-4 warnings, use #pragma warning(enable:###) to re-enable
  12. #pragma warning(disable:4100) // warning C4100: unreferenced formal parameter
  13. #pragma warning(disable:4201) // warning C4201: nonstandard extension used : nameless struct/union
  14. #pragma warning(disable:4511) // warning C4511: copy constructor could not be generated
  15. #pragma warning(disable:4512) // warning C4512: assignment operator could not be generated
  16. #pragma warning(disable:4514) // warning C4514: "unreferenced inline function has been removed"
  17. #if _MSC_VER>=1100
  18. #define AM_NOVTABLE __declspec(novtable)
  19. #else
  20. #define AM_NOVTABLE
  21. #endif
  22. #endif // MSC_VER
  23. #include <windows.h>
  24. #include <windowsx.h>
  25. #include <olectl.h>
  26. #include <ddraw.h>
  27. #include <mmsystem.h>
  28. #ifndef NUMELMS
  29.    #define NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0]))
  30. #endif
  31. ///////////////////////////////////////////////////////////////////////////
  32. // The following definitions come from the Platform SDK and are required if
  33. // the applicaiton is being compiled with the headers from Visual C++ 6.0.
  34. ///////////////////////////////////////////////////////////////////////////
  35. #ifndef InterlockedExchangePointer
  36. #define InterlockedExchangePointer(Target, Value) 
  37.    (PVOID)InterlockedExchange((PLONG)(Target), (LONG)(Value))
  38. #endif
  39. #ifndef _WAVEFORMATEXTENSIBLE_
  40. #define _WAVEFORMATEXTENSIBLE_
  41. typedef struct {
  42.     WAVEFORMATEX    Format;
  43.     union {
  44.         WORD wValidBitsPerSample;       /* bits of precision  */
  45.         WORD wSamplesPerBlock;          /* valid if wBitsPerSample==0 */
  46.         WORD wReserved;                 /* If neither applies, set to zero. */
  47.     } Samples;
  48.     DWORD           dwChannelMask;      /* which channels are */
  49.                                         /* present in stream  */
  50.     GUID            SubFormat;
  51. } WAVEFORMATEXTENSIBLE, *PWAVEFORMATEXTENSIBLE;
  52. #endif // !_WAVEFORMATEXTENSIBLE_
  53. #if !defined(WAVE_FORMAT_EXTENSIBLE)
  54. #define  WAVE_FORMAT_EXTENSIBLE                 0xFFFE
  55. #endif // !defined(WAVE_FORMAT_EXTENSIBLE)
  56. #ifndef GetWindowLongPtr
  57.   #define GetWindowLongPtrA   GetWindowLongA
  58.   #define GetWindowLongPtrW   GetWindowLongW
  59.   #ifdef UNICODE
  60.     #define GetWindowLongPtr  GetWindowLongPtrW
  61.   #else
  62.     #define GetWindowLongPtr  GetWindowLongPtrA
  63.   #endif // !UNICODE
  64. #endif // !GetWindowLongPtr
  65. #ifndef SetWindowLongPtr
  66.   #define SetWindowLongPtrA   SetWindowLongA
  67.   #define SetWindowLongPtrW   SetWindowLongW
  68.   #ifdef UNICODE
  69.     #define SetWindowLongPtr  SetWindowLongPtrW
  70.   #else
  71.     #define SetWindowLongPtr  SetWindowLongPtrA
  72.   #endif // !UNICODE
  73. #endif // !SetWindowLongPtr
  74. #ifndef GWLP_WNDPROC
  75.   #define GWLP_WNDPROC        (-4)
  76. #endif
  77. #ifndef GWLP_HINSTANCE
  78.   #define GWLP_HINSTANCE      (-6)
  79. #endif
  80. #ifndef GWLP_HWNDPARENT
  81.   #define GWLP_HWNDPARENT     (-8)
  82. #endif
  83. #ifndef GWLP_USERDATA
  84.   #define GWLP_USERDATA       (-21)
  85. #endif
  86. #ifndef GWLP_ID
  87.   #define GWLP_ID             (-12)
  88. #endif
  89. #ifndef DWLP_MSGRESULT
  90.   #define DWLP_MSGRESULT  0
  91. #endif
  92. #ifndef DWLP_DLGPROC 
  93.   #define DWLP_DLGPROC    DWLP_MSGRESULT + sizeof(LRESULT)
  94. #endif
  95. #ifndef DWLP_USER
  96.   #define DWLP_USER       DWLP_DLGPROC + sizeof(DLGPROC)
  97. #endif
  98. ///////////////////////////////////////////////////////////////////////////
  99. // End Platform SDK definitions
  100. ///////////////////////////////////////////////////////////////////////////
  101. #include <strmif.h>     // Generated IDL header file for streams interfaces
  102. #include <reftime.h>    // Helper class for REFERENCE_TIME management
  103. #include <wxdebug.h>    // Debug support for logging and ASSERTs
  104. #include <amvideo.h>    // ActiveMovie video interfaces and definitions
  105. //include amaudio.h explicitly if you need it.  it requires the DX SDK.
  106. //#include <amaudio.h>    // ActiveMovie audio interfaces and definitions
  107. #include <wxutil.h>     // General helper classes for threads etc
  108. #include <combase.h>    // Base COM classes to support IUnknown
  109. #include <dllsetup.h>   // Filter registration support functions
  110. #include <measure.h>    // Performance measurement
  111. #include <comlite.h>    // Light weight com function prototypes
  112. #include <cache.h>      // Simple cache container class
  113. #include <wxlist.h>     // Non MFC generic list class
  114. #include <msgthrd.h> // CMsgThread
  115. #include <mtype.h>      // Helper class for managing media types
  116. #include <fourcc.h>     // conversions between FOURCCs and GUIDs
  117. #include <control.h>    // generated from control.odl
  118. #include <ctlutil.h>    // control interface utility classes
  119. #include <evcode.h>     // event code definitions
  120. #include <amfilter.h>   // Main streams architecture class hierachy
  121. #include <transfrm.h>   // Generic transform filter
  122. #include <transip.h>    // Generic transform-in-place filter
  123. #include <uuids.h>      // declaration of type GUIDs and well-known clsids
  124. #include <source.h> // Generic source filter
  125. #include <outputq.h>    // Output pin queueing
  126. #include <errors.h>     // HRESULT status and error definitions
  127. #include <renbase.h>    // Base class for writing ActiveX renderers
  128. #include <winutil.h>    // Helps with filters that manage windows
  129. #include <winctrl.h>    // Implements the IVideoWindow interface
  130. #include <videoctl.h>   // Specifically video related classes
  131. #include <refclock.h> // Base clock class
  132. #include <sysclock.h> // System clock
  133. #include <pstream.h>    // IPersistStream helper class
  134. #include <vtrans.h>     // Video Transform Filter base class
  135. #include <amextra.h>
  136. #include <cprop.h>      // Base property page class
  137. #include <strmctl.h>    // IAMStreamControl support
  138. #include <edevdefs.h>   // External device control interface defines
  139. #include <audevcod.h>   // audio filter device error event codes
  140. #else
  141.     #ifdef DEBUG
  142.     #pragma message("STREAMS.H included TWICE")
  143.     #endif
  144. #endif // __STREAMS__