Platform SDK: Broadcast Architecture

BPCVid.PrerollTime

The PrerollTime property specifies the time, in seconds, that a tape or other recording device should run before the multimedia stream for the Video control starts. Visual Basic syntax is shown.

object.PrerollTime [ = dTime ]

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
dTime
Double that specifies the number of seconds the tape should run before the stream starts.

Remarks

PrerollTime is not stored locally in the BPCVid object. Instead, it is passed to the corresponding property in the BPCDeviceBase object for the current input device. Your application should set preroll time using BPCVid.PrerollTime instead of the BPCDeviceBase.PrerollTime property. Otherwise, the Video control is not updated, and future behavior is undefined.

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

BPCDeviceBase, BPCVid, BPCVid.DisplayMode