www.pudn.com > MediaPlayer.rar > MediaPlayer.h


// MediaPlayer.h : main header file for the MediaPlayer application 
// 
 
#if !defined(AFX_MediaPlayer_H__53A22BBD_502F_46DE_9092_91949699536A__INCLUDED_) 
#define AFX_MediaPlayer_H__53A22BBD_502F_46DE_9092_91949699536A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols 
#include "ResultDlg.h" 
#define   DELTA		0.1 
///////////////////////////////////////////////////////////////////////////// 
// CMediaPlayerApp: 
// See MediaPlayer.cpp for the implementation of this class 
// 
 
class CMediaPlayerApp : public CWinApp 
{ 
public: 
	BOOL Grap; 
	BOOL    ShowKeyFrame; 
	HWND hWnd; 
	CStatic *cs; 
	int Page; 
	int curPage; 
	int curFrame; 
	double curTime; 
	int rest; 
	ResultDlg  *ShowR; 
	double *KeyFrame_time; 
	double *ShotFrame_time; 
	int KeyFrame_num; 
	int ShotFrame_num; 
	CMediaPlayerApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMediaPlayerApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CMediaPlayerApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MediaPlayer_H__53A22BBD_502F_46DE_9092_91949699536A__INCLUDED_)