bda_descriptors.h
来自「完整的基于Conxant平台的USB电视棒的WIN驱动程序。」· C头文件 代码 · 共 43 行
H
43 行
/*+++ *******************************************************************\
*
* 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.
*
\******************************************************************* ---*/
extern "C"
{
#include <wdm.h>
}
#include <windef.h>
#include <ks.h>
#include <ksmedia.h>
#include <bdatypes.h>
#include <bdamedia.h>
#include <bdasup.h>
extern KSPIN_MEDIUM g_bda_transport_pin_medium;
extern KSFILTER_DESCRIPTOR g_atsc_bda_filter_descriptor;
extern BDA_FILTER_TEMPLATE g_atsc_bda_filter_template;
extern KSFILTER_DESCRIPTOR g_dvbt_bda_filter_descriptor;
extern BDA_FILTER_TEMPLATE g_dvbt_bda_filter_template;
typedef enum
{
BDA_PIN_ANTENNA = 0,
BDA_PIN_TRANSPORT
} BDA_FILTER_PINS;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?