BPCVid.MovieWindowSetting

[This is preliminary documentation and subject to change.]

The MovieWindowSetting property sets or returns a value that sizes the window displaying the images associated with a multimedia stream. This property is not fully implemented. The size is always the specified window size adjusted down to the nearest 4/3 aspect ratio.

Syntax

object.MovieWindowSetting [ = iSetting ]
 

Parts

object
Object expression that resolves to a BPCVid object.
iSetting
Integer or constant to specify the window size, as described in the following table.
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.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.

See Also

BPCVid.ImageSourceHeight, BPCVid.ImageSourceWidth