bdasampl.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // File: Bdasampl.h
  3. //
  4. // Desc: Sample code header file for BDA graph building.
  5. //
  6. // Copyright (c) 2000-2002, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8. #ifndef BDASAMPL_H_INCLUDED_
  9. #define BDASAMPL_H_INCLUDED_
  10. #include <streams.h>
  11. #include <mmreg.h>
  12. #include <msacm.h>
  13. #include <fcntl.h>
  14. #include <io.h>
  15. #include <stdio.h>
  16. #include <ks.h>
  17. #include <ksmedia.h>
  18. #include <bdatypes.h>
  19. #include <bdamedia.h>
  20. #include <bdaiface.h>
  21. #include <uuids.h>
  22. #include <tuner.h>
  23. #include <commctrl.h>
  24. #include <atlbase.h>
  25. #include "resource.h"
  26. //-----------------------------------------------------------------------------
  27. LRESULT CALLBACK    WndProc(HWND, UINT, WPARAM, LPARAM);
  28. BOOL CALLBACK       DlgProc(HWND, UINT, WPARAM, LPARAM);
  29. BOOL CALLBACK       AboutDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  30. BOOL CALLBACK       SelectChannelDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  31. VOID                ErrorMessageBox(LPTSTR sz,...);
  32. //-----------------------------------------------------------------------------
  33. // index of tuning spaces 
  34. enum NETWORK_TYPE 
  35. {
  36.     ATSC            = 0x0003
  37. };
  38. #endif // BDASAMPL_H_INCLUDED_