RateControlDlg.h
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_RATECONTROLDLG_H__62108696_BC70_46B6_9B69_CD5E8BC7649D__INCLUDED_)
  2. #define AFX_RATECONTROLDLG_H__62108696_BC70_46B6_9B69_CD5E8BC7649D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RateControlDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRateControlDlg dialog
  10. class CRateControlDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CRateControlDlg)
  13. // Construction
  14. public:
  15. CRateControlDlg();
  16. ~CRateControlDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CRateControlDlg)
  19. enum { IDD = IDD_RateControl };
  20. int m_bitrate;
  21. BOOL m_ifratecontrol;
  22. int m_framerate;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CRateControlDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CRateControlDlg)
  34. // NOTE: the ClassWizard will add member functions here
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_RATECONTROLDLG_H__62108696_BC70_46B6_9B69_CD5E8BC7649D__INCLUDED_)