VideoMoveDlg.h
资源名称:VideoMove.rar [点击查看]
上传用户:czshopping
上传日期:2022-05-22
资源大小:5430k
文件大小:2k
源码类别:
视频捕捉/采集
开发平台:
Visual C++
- // VideoMoveDlg.h : header file
- //
- #if !defined(AFX_VIDEOMOVEDLG_H__811E1898_3019_45BC_A2E9_839A48F85DA6__INCLUDED_)
- #define AFX_VIDEOMOVEDLG_H__811E1898_3019_45BC_A2E9_839A48F85DA6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "VMR_Capture.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVideoMoveDlg dialog
- class CVideoMoveDlg : public CDialog
- {
- // Construction
- public:
- CVideoMoveDlg(CWnd* pParent = NULL); // standard constructor
- public:
- BOOL WriteAsBMP1(char* szFileName,unsigned char* pImgData,int nWidth,int nHeight);
- // Dialog Data
- //{{AFX_DATA(CVideoMoveDlg)
- enum { IDD = IDD_VIDEOMOVE_DIALOG };
- CStatic m_ctrlLiveVideo;
- CComboBox m_ctrlDevice;
- CStatic m_ctrlVideoDisplay;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVideoMoveDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- CVMR_Capture m_VideoCapture;
- // Generated message map functions
- //{{AFX_MSG(CVideoMoveDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnOk();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg void OnButton1();
- virtual void OnCancel();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnButton4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VIDEOMOVEDLG_H__811E1898_3019_45BC_A2E9_839A48F85DA6__INCLUDED_)