102
Programming Guide
ADLINK HDV62 Crossbar
The ADLINK HDV62 Crossbar filter implements an IAMCrossbar
interface. It routes signals from an analog or digital source to a
video capture filter.
// pFilter points to an ADLINK HDV62 Crossbar filter
IAMCrossbar *pXbar;
HRESULT hr;
hr = pFilter->QueryInterface(IID_IAMCrossbar, (void
**)&pXbar);
if (SUCCEEDED(hr))
{
// Route from input 1 to output 0
pXbar->Route(0, 1);
pXBar->Release();
}
Содержание HDV62
Страница 11: ...vi List of Figures...
Страница 25: ...14 Installation Guide...
Страница 26: ...Installation Guide 15...
Страница 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Страница 105: ...94 Programming Guide Video Proc Amp...
Страница 143: ...132 ViewCreatorPro Utility 6 2 Component Description Launch ViewCreatorPro and you can see the following view...
Страница 153: ...142 ViewCreatorPro Utility View menu Device Hide or unhide Devices panel Adjustment Hide or unhide Adjustment panel...
Страница 163: ...152 ViewCreatorPro Utility...