glutVideoResizeGet

retrieves GLUT video resize information represented by integers.

Signature

glutVideoResizeGet( GLenum( param ) )-> int
glutVideoResizeGet( query ) -> <class 'ctypes.c_int'>
glutVideoResizeGet( GLenum(query) ) -> c_int

Parameters

VariablesDescription
param
Name of video resize information to retrieve.

Description

glutVideoResizeGet retrieves GLUT video resizing information represented by integers. The param parameter determines 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 resizing is possible.

See Also

glutGet