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

多媒体编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "wmpclosedcaption.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CWMPClosedCaption properties
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWMPClosedCaption operations
  10. CString CWMPClosedCaption::GetSAMIStyle()
  11. {
  12. CString result;
  13. InvokeHelper(0x3b7, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  14. return result;
  15. }
  16. void CWMPClosedCaption::SetSAMIStyle(LPCTSTR lpszNewValue)
  17. {
  18. static BYTE parms[] =
  19. VTS_BSTR;
  20. InvokeHelper(0x3b7, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  21.  lpszNewValue);
  22. }
  23. CString CWMPClosedCaption::GetSAMILang()
  24. {
  25. CString result;
  26. InvokeHelper(0x3b8, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  27. return result;
  28. }
  29. void CWMPClosedCaption::SetSAMILang(LPCTSTR lpszNewValue)
  30. {
  31. static BYTE parms[] =
  32. VTS_BSTR;
  33. InvokeHelper(0x3b8, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  34.  lpszNewValue);
  35. }
  36. CString CWMPClosedCaption::GetSAMIFileName()
  37. {
  38. CString result;
  39. InvokeHelper(0x3b9, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  40. return result;
  41. }
  42. void CWMPClosedCaption::SetSAMIFileName(LPCTSTR lpszNewValue)
  43. {
  44. static BYTE parms[] =
  45. VTS_BSTR;
  46. InvokeHelper(0x3b9, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  47.  lpszNewValue);
  48. }
  49. CString CWMPClosedCaption::GetCaptioningId()
  50. {
  51. CString result;
  52. InvokeHelper(0x3ba, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
  53. return result;
  54. }
  55. void CWMPClosedCaption::SetCaptioningId(LPCTSTR lpszNewValue)
  56. {
  57. static BYTE parms[] =
  58. VTS_BSTR;
  59. InvokeHelper(0x3ba, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  60.  lpszNewValue);
  61. }