www.pudn.com > AudioVideoCapture.rar > CVideoSourcePage.h
#if !defined(AFX_CVIDEOSOURCEPAGE_H__CC838782_FAEC_44F2_906D_7D99D1875352__INCLUDED_)
#define AFX_CVIDEOSOURCEPAGE_H__CC838782_FAEC_44F2_906D_7D99D1875352__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CVideoSourcePage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CVideoSourcePage dialog
class CLiveCapture;
class CLiveInputFilters;
class CVideoSourcePage : public CDialog
{
// Construction
public:
CVideoSourcePage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVideoSourcePage)
enum { IDD = IDD_PAGE_VIDEO_SETTINGS };
CComboBox mComboConnectors;
CButton mRadioPal;
CButton mRadioNtsc;
CButton mRadioSecam;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVideoSourcePage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
void SetLiveCapture(CLiveCapture * inData);
void SetInputFilters(CLiveInputFilters * inFilters);
// Implementation
protected:
CLiveCapture * mLiveCapture;
CLiveInputFilters * mInputFilters;
void FillConnectors(void);
void FillResolution(void);
void EnterConnector(void);
void EnterResolution(void);
// Generated message map functions
//{{AFX_MSG(CVideoSourcePage)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnButtonCaptureProp();
afx_msg void OnButtonTvProp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CVIDEOSOURCEPAGE_H__CC838782_FAEC_44F2_906D_7D99D1875352__INCLUDED_)