wmp4playerDoc.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. // wmp4playerDoc.h : interface of the CWmp4playerDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_WMP4PLAYERDOC_H__5A91C651_D020_411F_AC70_785A4FF16584__INCLUDED_)
  5. #define AFX_WMP4PLAYERDOC_H__5A91C651_D020_411F_AC70_785A4FF16584__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CWmp4playerDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CWmp4playerDoc();
  13. DECLARE_DYNCREATE(CWmp4playerDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CWmp4playerDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CWmp4playerDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CWmp4playerDoc)
  36. afx_msg void OnFileClose();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_WMP4PLAYERDOC_H__5A91C651_D020_411F_AC70_785A4FF16584__INCLUDED_)