BPCVid.Input

[This is preliminary documentation and subject to change.]

The Input property sets or returns information on the device supplying input to the Video control.

Syntax

object.Input [ = oDevice]
 

Parts

object
Object expression that resolves to a BPCVid object.
oDevice
Object expression that resolves to a BPCDeviceBase object.

Remarks

Once you assign a BPCDeviceBase object to the Input property, the media stream from the input device is displayed by the control. To suppress the display, set the BPCVid.VideoOn property to False. Alternatively, you can set the Visible property to False to hide the entire window. The Visible property is implemented by the Extender object; for more information, see Visual Basic Extender Object.

This property is not stored locally in the BPCVid object; instead, it is passed to the restricted property in the corresponding BPCDevices object. You set this property, however, using BPCVid. This ensures that the Video control is properly updated.

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

BPCDeviceBase, BPCVid.Output, BPCVid.VideoOn