![ADLINK Technology HDV62A Скачать руководство пользователя страница 94](http://html.mh-extra.com/html/adlink-technology/hdv62a/hdv62a_user-manual_2852798094.webp)
82
DirectShow Programming Guide
GetHardwareVersion (ByRef Version as UInteger)
As Integer
GetFirmwareVersion (ByRef Version as UInteger)
As Integer
GetDriverVersion (ByRef Version as UInteger)
As Integer
Parameter(s)
Version
Hexadecimal value in which each byte represents a version.
For driver version, Version = (Major << 24 + Minor << 16 +
Revision << 8 + Release).
For example, if Version = 0x1020201, it represents
"1.2.2.1".
For firmware version, Version = (Year-2000) << 28 + Month
<< 24 + (Day / 16) << 20 + (Day % 16) << 16 + (Hour / 16)
<< 12 + (Hour % 16) << 8 + (Minute /16) << 4 + (Minute %
16).
To simplify, can be the output of printf in C language, as fol-
lows.
int Year = (Version >> 28) + 2000;
int Month = (Version >> 24) & 0x0F;
int Day = (Version >> 16) & 0xFF;
int Hour = (Version >> 8) & 0xFF;
int Minute = Version & 0xFF;
printf(“%d/%d/%x %x:%x”, Year, Month, Day, Hour, Minute);
For example, Version = 0xc8161131 represents
"2012/08/16 11:31".
For hardware version, the least 16 bits are carrier board
version and the most 16 bits are daughter board version. If
most 16 bits are all zero, the hardware is a single board.
Version of carrier board or daughter board = (Major << 8 +
Minor).
Содержание HDV62A
Страница 2: ...ii Revision History Revision Release Date Description of Change s 2 00 Nov 23 2012 Initial Release ...
Страница 8: ...viii Table of Contents This page intentionally left blank ...
Страница 10: ...x List of Figures This page intentionally left blank ...
Страница 12: ...xii List of Tables This page intentionally left blank ...
Страница 23: ...Introduction 11 HDV62A 1 6 Switch Settings Figure 1 6 Switch Locations on PCB B B A ...
Страница 32: ...20 Introduction This page intentionally left blank ...
Страница 35: ...Getting Started 23 HDV62A 3 Accept the terms of the License Agreement and select Install when requested ...
Страница 36: ...24 Getting Started 4 Select Next until driver installation is completed ...
Страница 37: ...Getting Started 25 HDV62A 5 If a Windows Security warning appears as shown select Install this driver anyway ...
Страница 39: ...Getting Started 27 HDV62A 8 Select Yes to restart the system ...
Страница 47: ...Getting Started 35 HDV62A ...
Страница 62: ...50 Getting Started This page intentionally left blank ...
Страница 69: ...DirectShow Programming Guide 57 HDV62A Figure 3 3 Audio Format Dialog ...
Страница 70: ...58 DirectShow Programming Guide Figure 3 4 Video Proc Amp Dialog ...
Страница 71: ...DirectShow Programming Guide 59 HDV62A Figure 3 5 Video Decoder Dialog ...
Страница 106: ...94 EDID Default Settings This page intentionally left blank ...