| Platform SDK: Broadcast Architecture |
The MovieWindowSetting property sets or returns a value that sizes the Video control window that displays the images sent in a multimedia stream. This property is not fully implemented. The size is always the specified window size reduced to the nearest 4/3 aspect ratio. Visual Basic syntax is shown.
object.MovieWindowSetting [ = iSetting ]
| Value | Meaning |
|---|---|
| movieDefaultSize | Uses the default authored size. |
| movieDoubleSize | Increases the image to twice the authored size. |
| movieFullScreen | Projects the image onto a full-screen control window. |
| movieHalfSize | Sizes the image to fit half the screen. |
| movieMaximizeSize | Projects the image onto a maximized control window. |
| moviePermitResizeNoRestrict | Enables the user to resize the image without restriction. |
| moviePermitResizeWithAspect | Enables the user to resize the image, while maintaining a 4/3 aspect ratio. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.