Platform SDK: Broadcast Architecture

BPCVid.DisplayMode

The DisplayMode property specifies whether the current position in the video for the Video control is measured in number of frames displayed or time elapsed. Visual Basic syntax is shown.

object.DisplayMode [ = iDisplayMode ]

Parts

object
Object expression that resolves to a BPCVid object.
iDisplayMode
Integer or constant that specifies 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.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCVid, BPCVid.PrerollTime