📄 pindataranges.h
字号:
/*+++ *******************************************************************\
*
* 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) v Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
#ifndef _PINDATARANGES_H
#define _PINDATARANGES_H
extern "C"
{
#include <wdm.h>
}
#include <windef.h>
#include <ks.h>
#include <ksmedia.h>
const INT VIDEO_INPUT_PIN_RANGE_COUNT = 1;
const INT AUDIO_INPUT_PIN_RANGE_COUNT = 1;
const INT CAPTURE_PIN_DATA_RANGE_COUNT = 4;
const INT VBI_PIN_DATA_RANGE_COUNT = 1;
const INT AUDIO_PIN_RANGE_COUNT = 1;
const INT SLICED_CC_PIN_RANGE_COUNT = 1;
const INT TS_PIN_DATA_RANGE_COUNT = 1;
const INT BDA_ANTENNA_PIN_DATA_RANGE_COUNT = 1;
const INT BDA_TRANSPORT_PIN_DATA_RANGE_COUNT = 1;
extern const PKSDATARANGE VideoInputPinDataRanges[VIDEO_INPUT_PIN_RANGE_COUNT];
extern const PKSDATARANGE AudioInputPinDataRanges[AUDIO_INPUT_PIN_RANGE_COUNT];
extern const PKSDATARANGE CapturePinDataRanges[CAPTURE_PIN_DATA_RANGE_COUNT];
extern const PKSDATARANGE VBIPinDataRanges[VBI_PIN_DATA_RANGE_COUNT];
extern const PKSDATARANGE g_audio_pin_data_ranges[AUDIO_PIN_RANGE_COUNT];
extern const PKSDATARANGE g_sliced_cc_pin_data_ranges[SLICED_CC_PIN_RANGE_COUNT];
extern const PKSDATARANGE g_ts_pin_data_ranges[TS_PIN_DATA_RANGE_COUNT];
extern const PKSDATAFORMAT g_bda_antenna_pin_ranges[BDA_ANTENNA_PIN_DATA_RANGE_COUNT];
extern const PKSDATAFORMAT g_bda_transport_pin_ranges[BDA_TRANSPORT_PIN_DATA_RANGE_COUNT];
extern KS_DATARANGE_VIDEO FORMAT_UYVY_NTSC;
extern KS_DATARANGE_VIDEO FORMAT_UYVY_PAL;
extern KS_DATARANGE_VIDEO FORMAT_CXY8_NTSC;
extern KS_DATARANGE_VIDEO FORMAT_CXY8_PAL;
extern KS_DATARANGE_VIDEO_VBI g_stream_format_VBI;
extern KS_DATARANGE_VIDEO_VBI g_stream_format_VBI_PAL;
extern const DWORD NTSC_VBI_START_LINE;
extern const DWORD NTSC_VBI_END_LINE;
extern const DWORD NTSC_VBI_LINES;
extern const DWORD PAL_VBI_START_LINE;
extern const DWORD PAL_VBI_END_LINE;
extern const DWORD PAL_VBI_LINES;
extern const INT FIELD_DURATION_60HZ;
extern const INT FIELD_DURATION_50HZ;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -