Syntax
typedef enum ltmfTunerSignalStrength
{
ltmfTUNER_HASNOSIGNALSTRENGTH = -1,
ltmfTUNER_NOSIGNAL = 0,
ltmfTUNER_SIGNALPRESENT = 1
} ltmfTunerSignalStrength;
Summary
The ltmfTunerSignalStrength constants specify the possible TV Tuner signal strength indicators.
Constants
Constant | Description |
---|---|
ltmfTUNER_HASNOSIGNALSTRENGTH | [-1] The signal strength cannot be determined now. |
ltmfTUNER_NOSIGNAL | [0] No signal detected. |
ltmfTUNER_SIGNALPRESENT | [1] Signal detected. |
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