setmonitor(3G) setmonitor(3G)
NAME
setmonitor - sets the monitor type
SPECIFICATION
C setmonitor(type)
short type;
FORTRAN subroutine setmon(type)
integer*4 type
DESCRIPTION
setmonitor sets the monitor to 30Hz interlaced, 60Hz
noninterlaced, 30Hz interlaced with sync on green, NTSC, or
PAL, depending on whether type is HZ30, HZ60, HZ30-SG, NTSC,
or PAL, respectively. Those constants are defined in the
file get.h.
_________________________________________________
|TYPE Monitor Type |
_________________________________________________
| |
HZ30 30Hz interlaced
| |
HZ30-SG 30HZ noninterlaced with sync on green
| |
HZ60 60Hz noninterlaced
| |
NTSC NTSC
| |
PAL PAL or SECAM
|________________________________________________|
SEE ALSO
getmonitor, getothermonitor, getvideo, setvideo
Programming Guide, Section 2.1, Initialization
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)