encoderdlg.h

来自「MPEG4实现的软件代码」· C头文件 代码 · 共 86 行

H
86
字号
/*
This software module was originally developed by 
        Hang-Seop Lee (hslee@etri.re.kr), ETRI
        Jung-Chul Lee (jclee@etri.re.kr), ETRI
and edited by Hang-Seop Lee, Jung-Chul Lee of ETRI, 
in the course of development of the MPEG-4.
This software module is an implementation of a part of one or
more MPEG-4 tools as specified by the MPEG-4.
ISO/IEC gives users of the MPEG-4 free license to this                
software module or modifications thereof for use in hardware
or software products claiming conformance to the MPEG-4.
Those intending to use this software module in hardware or software
products are advised that its use may infringe existing patents.
The original developer of this software module and his/her company,
the subsequent editors and their companies, and ISO/IEC have no
liability for use of this software module or modifications thereof
in an implementation.
Copyright is not released for non MPEG-4 conforming
products. ETRI retains full right to use the code for his/her own
purpose, assign or donate the code to a third party and to
inhibit third parties from using the code for non
MPEG-4 conforming products.
This copyright notice must be included in all copies or
derivative works. Copyright (c) 1997.
*/    

// EncoderDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CEncoderDlg dialog

class CEncoderDlg : public CDialog
{
// for 加秦乐绰 Main dialog
private:
	CDialog* m_pMainDlg;
// Construction
public:
	CEncoderDlg(CDialog* pDlg);
	BOOL Create();		// insert by 捞亲挤

	CEncoderDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEncoderDlg)
	enum { IDD = IDD_ENCODER_DIALOG };
	CButton	m_check_video;
	CButton	m_check_trick;
	CButton	m_check_sprate;
	CButton	m_check_prosody;
	CButton	m_check_gender;
	CButton	m_check_lip;
	CButton	m_check_F0;
	CButton	m_check_energy;
	CButton	m_check_duration;
	CButton	m_check_age;
	CComboBox	m_gender;
	CComboBox	m_speechrate;
	CComboBox	m_language;
	CComboBox	m_age;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEncoderDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
public:			// insert by 捞亲挤
	virtual ~CEncoderDlg();	// standard constructor

protected:

	// Generated message map functions
	//{{AFX_MSG(CEncoderDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnEncoding();
	afx_msg void OnProsody();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?