Name

glutVideoResizeGet  - retrieves GLUT video resize informa-
tion represented by integers.

Python Specification

glutVideoResizeGet
	glutVideoResizeGet(param) -> None

C Specification

int glutVideoResizeGet(GLenum param);

Parameters

param     Name of video resize information to retrieve.

GLUT_VIDEO_RESIZE_POSSIBLE
        Non-zero if video resizing  is  supported  by  the
        underlying system; zero if not supported.  If this
        is zero, the other  video  resize  GLUT  calls  do
        nothing when called.  See the Implementation Notes
        sections below.

GLUT_VIDEO_RESIZE_IN_USE

GLUT_VIDEO_RESIZE_X_DELTA

GLUT_VIDEO_RESIZE_Y_DELTA

GLUT_VIDEO_RESIZE_WIDTH_DELTA

GLUT_VIDEO_RESIZE_HEIGHT_DELTA

GLUT_VIDEO_RESIZE_X

GLUT_VIDEO_RESIZE_Y

GLUT_VIDEO_RESIZE_WIDTH

GLUT_VIDEO_RESIZE_HEIGHT

Description

glutVideoResizeGet retrieves GLUT video resizing  informa-
tion  represented  by integers. The param parameter deter-
mines what type of video resize information to return.

X Implementation Notes

The current implementation uses the SGIX_video_resize  GLX
extension.  This extension is currently supported on SGI's
InfiniteReality-based systems.

Win32 Implementation Notes

The current implementation never reports that video resiz-
ing is possible.

See Also

glutGet,   glutSetupVideoResizing,  glutStopVideoResizing,
glutVideoResize, glutVideoPan

Author

Mark J. Kilgard (mjk@nvidia.com)

:: Documentation :: References :: GLUT ::
:: Index (n/a) ::