readme.txt

来自「非常有用的VC视频音频开发所需要的东西 需要有用」· 文本 代码 · 共 34 行

TXT
34
字号
//-----------------------------------------------------------------------------
// Name: BDASample
// 
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------


Description
===========

A sample app to depict Broadcast Driver Architecture's Graph Building Methodology.

Demonstrates how to construct a filter graph based on digital TV tuner cards 
that support the new Microsoft Broadcast Driver Architecture (BDA). The sample 
also shows how to perform tuning based on the new Microsoft Tuning Model. 
The sample is discussed in more detail in the article 
"Writing Digital TV Applications" in the DirectX SDK documentation.


Path
====
   Source:     DXSDK\Samples\C++\DirectShow\BDA\BDASample
   Executable: DXSDK\Samples\C++\DirectShow\Bin


Requirements
============

- BDA-compatible ATSC digital tuner card

- MPEG-2 decoder (for example, a software DVD decoder)


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?