C# Class DirectX.Capture.Tuner

Control and query a hardware TV Tuner.
Inheritance: IDisposable
Show file Open project: RejectKid/MTG-Scanner Class Usage Examples

Protected Properties

Property Type Description
tvTuner IAMTVTuner

Public Methods

Method Description
Dispose ( ) : void
Tuner ( IAMTVTuner tuner ) : System

Initialize this object with a DirectShow tuner

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Tuner() public method

Initialize this object with a DirectShow tuner
public Tuner ( IAMTVTuner tuner ) : System
tuner IAMTVTuner
return System

Property Details

tvTuner protected property

protected IAMTVTuner tvTuner
return IAMTVTuner