Visual Basic (Declaration) | |
---|---|
Public Enum TunerModeType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TunerModeType |
C# | |
---|---|
public enum TunerModeType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class TunerModeType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AMRadio | AM radio tuner mode. |
Default | Default tuner mode. |
DigitalSatellite | Digital Satellite Service (DSS) tuner mode. |
DigitalTV | Digital TV tuner mode. |
FMRadio | FM radio tuner mode. |
TV | TV Tuner Mode. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TunerModeType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7