wmpmedia.h
上传用户:zbtianhong
上传日期:2022-07-12
资源大小:3707k
文件大小:2k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #if !defined(AFX_WMPMEDIA_H__EE7238A0_CECF_4581_9702_AC3673FC95A7__INCLUDED_)
  2. #define AFX_WMPMEDIA_H__EE7238A0_CECF_4581_9702_AC3673FC95A7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWMPMedia wrapper class
  11. class CWMPMedia : public COleDispatchDriver
  12. {
  13. public:
  14. CWMPMedia() {} // Calls COleDispatchDriver default constructor
  15. CWMPMedia(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CWMPMedia(const CWMPMedia& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. BOOL GetIsIdentical(LPDISPATCH pIWMPMedia);
  22. CString GetSourceURL();
  23. CString GetName();
  24. void SetName(LPCTSTR lpszNewValue);
  25. long GetImageSourceWidth();
  26. long GetImageSourceHeight();
  27. long GetMarkerCount();
  28. double getMarkerTime(long MarkerNum);
  29. CString getMarkerName(long MarkerNum);
  30. double GetDuration();
  31. CString GetDurationString();
  32. long GetAttributeCount();
  33. CString getAttributeName(long lIndex);
  34. CString getItemInfo(LPCTSTR bstrItemName);
  35. void setItemInfo(LPCTSTR bstrItemName, LPCTSTR bstrVal);
  36. CString getItemInfoByAtom(long lAtom);
  37. BOOL isMemberOf(LPDISPATCH pPlaylist);
  38. BOOL isReadOnlyItem(LPCTSTR bstrItemName);
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_WMPMEDIA_H__EE7238A0_CECF_4581_9702_AC3673FC95A7__INCLUDED_)