BPCVid.DisplayMode

[This is preliminary documentation and subject to change.]

The DisplayMode property specifies the current position in the video is displayed in number of frames displayed or time elapsed.

Syntax

object.DisplayMode [ = iDisplayMode ]
 

Parts

object
Object expression that resolves to a BPCVid object.
iDisplayMode
Integer or constant to specify the display mode, as described in the following table.
Value Meaning
modeFrames The current position is measured in frames.
modeTime The current position is measured in time.

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.