B2C2, Inc. - Software Development Kit

Notes and Installation > Windows SDK Content

  General Notes      
  SDK Installation      
  SDK Content      
           

SDK CONTENT

Directory Structure

B2C2 SDK   Description  
       
Bin   Used for Code Samples.

 
  run_tavf_cable.bat  

Test AV Filter sample script for cable tuner.*

 
  run_tavf_dvb-t.bat   Test AV Filter sample script for DVB-Terrestrial tuner.*

 
  run_tavf_sat.bat   Test AV Filter sample script for satellite tuner.*

 
  run_tdf_atsc-t.bat   Test Data Filter sample script for ATSC-Terrestrial tuner.*

 
  run_tdf_cable.bat   Test Data Filter sample script for cable tuner.*

 
  run_tdf_dvb-t.bat   Test Data Filter sample script for DVB-Terrestrial tuner.*

 
  run_tavf_sat.bat   Test Data Filter sample script for satellite tuner.*

 
  b2settuner.exe      
  b2status.exe      
  TestAVFilter.exe      
  TestDataFilter.exe      
  TunerCtrl.exe      
           
Code Samples   Sample Applications.  
  bsettuner      
  b2status      
  Test AV Filter      
  Test Data Filter      
  TunerCtrl      
         
Doc   Help Documents.  
  B2C2 SDK Help.chm   Windows Help.  
         
Filters      
  Dump.ax  

A filter used as a downstream sink filter when testing the Data PID interface. (Used in conjunction with the Test Data Filter sample application for testing purposes only.)

 
       
Include   Header Files.  
  b2c2_defs.h      
  B2C2_Guids.h      
  ib2c2mpeg2adapter.h      
  ib2c2mpeg2avctrl.h      
  ib2c2mpeg2datatrl.h      
  ib2c2mpeg2tunerctrl.h      
         
src      
  B2C2MPEG2AdapterWin.cpp  

Source code file to be included with applications if the B2C2MPEG2Adapter class shall be used.

 
         
*Sample settings only; actual tuner and PID settings vary with the local network.

Documentation

The following documentation is provided in directory B2C2 SDK\Doc:

  • B2C2_SDK_Help.chm (Release Notes and Help in compiled HTML format)

B2C2 Header Files

B2C2 header files are located in directory B2C2 SDK\Include; the sample Visual C++ projects reference these header files using relative pathnames.

Filters

Dump.ax

The B2C2 SDK\Filters directory contains Dump.ax, a DirectShow filter that is part of Microsoft DirectX. It is required by the sample Microsoft Visual C++ project Test Data Filter, delivered as part of this B2C2 SDK, but otherwise B2C2 software does not need it to run. If required, the Dump.ax filter can be installed as follows:

  1. In an MS-DOS window, change directory to C:\B2C2 SDK\Filters.
  2. Run following command: regsvr32 Dump.ax

Code Samples

See Code Sample Applications.

Return to Top


Copyright © 1998-2002 B2C2, Inc. Proprietary and Confidential