setmonitor() — Silicon Graphics Beta Release
NAME
setmonitor - sets the monitor type
SPECIFICATION
C
setmonitor(type)
short type;
FORTRAN
subroutine setmon(type)
integer*4 type
Pascal
procedure setmonitor(type: Short)
DESCRIPTION
setmonitor sets the monitor to 30 Hz interlaced, 60 Hz non-interlaced, or NTSC, depending on whether type is HZ30, HZ60, or NTSC, respectively. Those constants are defined in the file get.h.
| TYPE | Monitor Type |
| HZ30 | 30 Hz interlaced |
| HZ60 | 60 Hz non-interlaced |
| NTSC | NTSC |
SEE ALSO
getmonitor
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985