Platform SDK: Broadcast Architecture

BPCVid.ClosedCaption

The ClosedCaption property indicates whether closed captioning is turned on for the Video control. Visual Basic syntax is shown.

object.ClosedCaption [ = bCC ] 

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
bCC
Boolean expression that is True if closed captioning is enabled and False if it is disabled.

Remarks

If you set ClosedCaption to True, the Video control displays the closed captioning text overlaid on top of the video. If ClosedCaption is False, the closed captioning text is hidden.

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