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



The possible TV Tuner signal strength indicators.

Syntax

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

Members

MemberDescription
HasNoSignalStrengthThe signal strength cannot be determined.
NoSignalNo signal detected.
SignalPresentSignal detected.

Remarks

The possible TV Tuner signal strength indicators. These enumeration values are returned by the TVTuner.SignalPresent property. Indicates whether a signal is present on the current channel.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TunerSignalStrength

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