| Visual Basic (Declaration) | |
|---|---|
Public Enum TunerSignalStrength Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TunerSignalStrength | |
| C# | |
|---|---|
public enum TunerSignalStrength : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TunerSignalStrength : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| HasNoSignalStrength | The signal strength cannot be determined. |
| NoSignal | No signal detected. |
| SignalPresent | Signal detected. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TunerSignalStrength
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code