guiids.h
来自「完整的基于Conxant平台的USB电视棒的WIN驱动程序。」· C头文件 代码 · 共 27 行
H
27 行
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Copyright (c) 2008 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
//
// Filter's GUID
//
// {26EEC6FB-D014-4505-A4B4-CD827E378F6B}
DEFINE_GUID(Y8_FILTER_GUID,
0x26eec6fb, 0xd014, 0x4505, 0xa4, 0xb4, 0xcd, 0x82, 0x7e, 0x37, 0x8f, 0x6b);
DEFINE_GUID(MEDIASUBTYPE_CXY8,
0x20203859, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?