Specifies the possible modes supported by the installed TV tuner device.
public enum TunerModeType
Public Enum TunerModeType
public enum class TunerModeType
Members
Value | Member | Description |
---|---|---|
0x00000000 | Default | Default tuner mode. |
0x00000001 | TV | TV Tuner Mode. |
0x00000002 | FMRadio | FM radio tuner mode. |
0x00000004 | AMRadio | AM radio tuner mode. |
0x00000008 | DigitalSatellite | Digital Satellite Service (DSS) tuner mode. |
0x00000010 | DigitalTV | Digital TV tuner mode. |
The possible modes supported by the installed TV tuner device. These enumeration values can 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