getothermonitor(3G) — Silicon Graphics
NAME
getothermonitor − returns the nondisplayed monitor type
SPECIFICATION
C
long getothermonitor()
FORTRAN
integer*4 function getoth()
Pascal
function getothermonitor: longint;
DESCRIPTION
getothermonitor returns the nondisplayed monitor type. Possible display monitors include 50Hz noninterlaced, 60Hz noninterlaced, 30Hz interlaced, NTSC, and PAL. The file get.h defines values for HZ30, HZ50, HZ60, NTSC, and PAL. It complements getmonitor.
SEE ALSO
getmonitor, setmonitor Programming Guide, Section 2.1, Initialization
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987