Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows Media
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: wmcodecids.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef __WMCODECSTRS_H_
  11. #define __WMCODECSTRS_H_
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15. //
  16. // Configuration options for Windows Media Video Codecs
  17. //
  18. static const WCHAR *g_wszWMVCDatarate = L"_DATARATE";
  19. static const WCHAR *g_wszWMVCKeyframeDistance = L"_KEYDIST";
  20. static const WCHAR *g_wszWMVCCrisp = L"_CRISP";
  21. static const WCHAR *g_wszWMVCTotalWindow = L"_TOTALWINDOW";
  22. static const WCHAR *g_wszWMVCVideoWIndow = L"_VIDEOWINDOW";
  23. static const WCHAR *g_wszWMVCFrameCount = L"_FRAMECOUNT";
  24. static const WCHAR *g_wszWMVCLiveEncode = L"_LIVEENCODE";
  25. static const WCHAR *g_wszWMVCComplexityMode = L"_COMPLEXITY";
  26. static const WCHAR *g_wszWMVCPacketOverhead = L"_ASFOVERHEADPERFRAME";
  27. #endif // !defined(__WMCODECSTRS_H_)