![ADLINK Technology HDV62A User Manual Download Page 75](http://html.mh-extra.com/html/adlink-technology/hdv62a/hdv62a_user-manual_2852798075.webp)
DirectShow Programming Guide
63
HDV62A
3.2
Driver Control
The ADLINK HDV62A A/V Capture filter provides control of video
configuration by either property pages or access to COM inter-
faces.
3.2.1
Property Pages
The driver provides two embedded property pages. To show these
property pages, use Windows API: OleCreatePropertyFrame.
Details about Displaying a Filter’s Property Page can be found on
the Microsoft MSDN homepage.
Sample code for adding property pages is as follows.
// pFilter points to an ADLINK HDV62A Video Capture
filter
// or an ADLINK HDV62A Crossbar filter
ISpecifyPropertyPages *pSpecify;
HRESULT hr;
hr = pFilter->QueryInter-
face(IID_ISpecifyPropertyPages, (void **)&pSpecify);
if (SUCCEEDED(hr))
{
FILTER_INFO FilterInfo;
pFilter->QueryFilterInfo(&FilterInfo);
FilterInfo.pGraph->Release();
CAUUID caGUID;
pSpecify->GetPages(&caGUID);
pSpecify->Release();
OleCreatePropertyFrame(
NULL,// Parent window
0,// x (Reserved)
0,// y (Reserved)
Summary of Contents for HDV62A
Page 8: ...viii Table of Contents This page intentionally left blank ...
Page 10: ...x List of Figures This page intentionally left blank ...
Page 12: ...xii List of Tables This page intentionally left blank ...
Page 23: ...Introduction 11 HDV62A 1 6 Switch Settings Figure 1 6 Switch Locations on PCB B B A ...
Page 32: ...20 Introduction This page intentionally left blank ...
Page 36: ...24 Getting Started 4 Select Next until driver installation is completed ...
Page 39: ...Getting Started 27 HDV62A 8 Select Yes to restart the system ...
Page 47: ...Getting Started 35 HDV62A ...
Page 62: ...50 Getting Started This page intentionally left blank ...
Page 69: ...DirectShow Programming Guide 57 HDV62A Figure 3 3 Audio Format Dialog ...
Page 70: ...58 DirectShow Programming Guide Figure 3 4 Video Proc Amp Dialog ...
Page 71: ...DirectShow Programming Guide 59 HDV62A Figure 3 5 Video Decoder Dialog ...
Page 106: ...94 EDID Default Settings This page intentionally left blank ...