[This is preliminary documentation and subject to change.]
The VBIStatus method returns information about the channel and tuning space to which the tuner is currently tunes. It also returns the VBI signal strength.
object.VBIStatus(lPriority, lTuningSpace, lChannel, lVideoSubchannel, lAudioSubchannel, lSignalStrength)
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.
BPCVBIControl.VBITune, Tuning to Receive VBI Data
The following example receives tuning information about the channel that the television tuner is currently using to receive VBI data.
Dim vbictrl As BPCVBIControl
Set vbictrl = New BPCVBIControl
'Declare variables to receive the information
Dim priority As Long
Dim tuningsp As Long
Dim channel As Long
Dim vidsubchl As Long
Dim audsubchl As Long
'Retrieve the current VBI tuning information
vbictrl.VBIStatus priority, tuningsp, channel, vidsubchl, audsubchl