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. Possible display monitors include 50Hz non-interlaced, 60Hz non-interlaced, 30Hz interlaced, NTSC, and PAL. The file get.h defines values for HZ30, HZ50, HZ60, NTSC, and PAL. It complements getmonitor.
SEE ALSO
getmonitor
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987