C#
VB
C++
The possible modes supported by the installed TV tuner device.
public enum TunerModeType
Public Enum TunerModeType
public enum class TunerModeType
Members
Value | Member | Description |
---|---|---|
0 | Default | Default tuner mode. |
1 | TV | TV Tuner Mode. |
2 | FMRadio | FM radio tuner mode. |
4 | AMRadio | AM radio tuner mode. |
8 | DigitalSatellite | Digital Satellite Service (DSS) tuner mode. |
16 | DigitalTV | Digital 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET