LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
TVTuner Class
See Also  Members  
Leadtools.Multimedia Namespace : TVTuner Class



The TVTuner Object provides methods and properties to control TV tuner devices, supporting tuners for analog broadcast television and AM/FM radio.

Object Model

TVTuner Class

Syntax

Visual Basic (Declaration) 
Public Class TVTuner 
Visual Basic (Usage)Copy Code
Dim instance As TVTuner
C# 
public class TVTuner 
C++/CLI 
public ref class TVTuner 

Remarks

The TVTuner Object provides methods and properties to control TV tuner devices, supporting tuners for analog broadcast television, AM/FM radio, ATSC digital television (cable and antenna). This object is retrieved using the CaptureCtrl.TVTuner property. For more detailed information, see the Microsoft documentation for the IAMTVTuner Interface.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.TVTuner

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also