videocomm.h
上传用户:zheng6500
上传日期:2007-05-15
资源大小:335k
文件大小:2k
源码类别:

易语言编程

开发平台:

Visual C++

  1. #if !defined(AFX_VIDEOCOMM_H__086E27A6_EBA7_4847_AA61_7C0E39F2469C__INCLUDED_)
  2. #define AFX_VIDEOCOMM_H__086E27A6_EBA7_4847_AA61_7C0E39F2469C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CVideoComm wrapper class
  11. class CVideoComm : public CWnd
  12. {
  13. protected:
  14. DECLARE_DYNCREATE(CVideoComm)
  15. public:
  16. CLSID const& GetClsid()
  17. {
  18. static CLSID const clsid
  19. = { 0x9a1702a6, 0xd28d, 0x42b0, { 0x9d, 0xa3, 0x49, 0x1d, 0x30, 0x20, 0xd4, 0x8b } };
  20. return clsid;
  21. }
  22. virtual BOOL Create(LPCTSTR lpszClassName,
  23. LPCTSTR lpszWindowName, DWORD dwStyle,
  24. const RECT& rect,
  25. CWnd* pParentWnd, UINT nID,
  26. CCreateContext* pContext = NULL)
  27. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  28.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  29. const RECT& rect, CWnd* pParentWnd, UINT nID,
  30. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  31. BSTR bstrLicKey = NULL)
  32. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  33. pPersist, bStorage, bstrLicKey); }
  34. // Attributes
  35. public:
  36. short GetVideoWidth();
  37. void SetVideoWidth(short);
  38. short GetVideoHeight();
  39. void SetVideoHeight(short);
  40. // Operations
  41. public:
  42. void Init();
  43. void AddDestIp(LPCTSTR ipaddr);
  44. void DelDestIp(LPCTSTR ipaddr);
  45. void Start();
  46. void Stop();
  47. void ZoomIn();
  48. void ZoomOut();
  49. void ZoomToInital();
  50. void ShowLocalVideo(BOOL bShow);
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_VIDEOCOMM_H__086E27A6_EBA7_4847_AA61_7C0E39F2469C__INCLUDED_)