BPCVid.Output

[This is preliminary documentation and subject to change.]

The Output property sets or returns the device to which the Video control sends output. This is not supported in the current version of Broadcast Architecture.

Syntax

object.Output[ = oDevice]
 

Parts

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

Remarks

When you set this property to a valid output device, the media stream coming from the Input property is:

To suppress this output, set this property to the value Nothing or to the BPCDeviceBase object named Null in the BPCDevices collection.

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

BPCVid.Input, BPCDeviceBase