mfuuid.c 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * GUID definitions
  3. *
  4. * Copyright 2017 Fabian Maurer
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  19. */
  20. /* Don't define those GUIDs here */
  21. #include "propsys.h"
  22. #include "strmif.h"
  23. #include "mediaobj.h"
  24. #undef EXTERN_GUID
  25. #define EXTERN_GUID DEFINE_GUID
  26. #include "initguid.h"
  27. #include "mfapi.h"
  28. #include "mfidl.h"
  29. #include "mfreadwrite.h"
  30. #include "mfmediaengine.h"
  31. DEFINE_GUID(MF_SCRUBBING_SERVICE, 0xdd0ac3d8,0x40e3,0x4128,0xac,0x48,0xc0,0xad,0xd0,0x67,0xb7,0x14);
  32. DEFINE_GUID(CLSID_FileSchemePlugin, 0x477ec299,0x1421,0x4bdd,0x97,0x1f,0x7c,0xcb,0x93,0x3f,0x21,0xad);
  33. DEFINE_GUID(CLSID_SecureHttpSchemePlugin, 0x37a61c8b,0x7f8e,0x4d08,0xb1,0x2b,0x24,0x8d,0x73,0xe9,0xab,0x4f);