]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed the init() interface of LiveVideoOut to read out the window
authorGuido van Rossum <guido@python.org>
Thu, 24 Sep 1992 16:03:56 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Sep 1992 16:03:56 +0000 (16:03 +0000)
commitcfb6bb2a3036b366aff6add44dce23a6db5b8f50
tree4efa72f7ca2cb588f0f06514530bfad014528007
parent691e59bcb7919218bb797ed318580d719eaeef92
Changed the init() interface of LiveVideoOut to read out the window
size automatically -- the video is always centered.  Added
resizevideo() and reshapewindow() interfaces.  Documented all methods.
Changed Vsend/Vreceive to use the new interface.  Allow window
resizing by the user in Vreceive.
Demo/sgi/video/LiveVideoOut.py
Demo/sgi/video/Vreceive.py
Demo/sgi/video/Vsend.py