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



The possible modes supported by the installed TV tuner device.

Syntax

Visual Basic (Declaration) 
Public Enum TunerModeType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TunerModeType
C# 
public enum TunerModeType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TunerModeType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AMRadioAM radio tuner mode.
DefaultDefault tuner mode.
DigitalSatelliteDigital Satellite Service (DSS) tuner mode.
DigitalTVDigital TV tuner mode.
FMRadioFM radio tuner mode.
TVTV Tuner Mode.

Remarks

The possible modes supported by the installed TV tuner device. These enumeration values may be combined in the TVTuner.AvailableModes property value, indicating a combination of modes available on the device. To get the current tuner mode, use the property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TunerModeType

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