getothermonitor() — Silicon Graphics
NAME
getothermonitor - returns the non-displayed monitor type
SPECIFICATION
C
long getothermonitor()
FORTRAN
integer*4 function getoth()
Pascal
function getothermonitor: longint;
DESCRIPTION
getothermonitor returns the non-displayed monitor type. Possibilities include 50Hz non-interlaced, 60Hz non-interlaced, 30Hz interlaced, NTSC, and PAL. In the file get.h, values for HZ30, HZ50, HZ60, NTSC, and PAL are defined. It complements getmonitor.
SEE ALSO
getmonitor
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986