ADLINK PCIe-2602 User Manual

Page 79

Advertising
background image

DirectShow Programming Guide

69

PCIe-2602-FLR

Output format can be detected and reported to the application,
with supported formats as described, where -1 indicates a
non-supported format, or no embedded video payload identifi-
cation. The output format can be detected only if the input sen-
sor conforms to SMPTE 352M.

EXAMPLE

LONG Format;

DWORD dwReturn;

m_pKsPropertySet->Get( PROPSETID_AVS260X_CUSTOM,

CUSTOM_PROPERTY_GET_DETECTED_OUTPUT_FORMA
T,

NULL, 0,

&Format, sizeof(LONG), &dwReturn);

11.CUSTOM_PROPERTY_XET_DO

The property sets or retrieves of all DO status, with supported
values of each bit (bit 0 to bit 4):

0: low

1: high

Format

Value

YCbCr 4:2:2 8 bit

0

YCbCr 4:4:4 8 bit

1

RGB 8bit

2

YCbCr 4:2:2 10 bit

3

YCbCr 4:4:4 10 bit

4

RGB 10 bit

5

YCbCr 4:2:2 12 bit

6

YCbCr 4:4:4 12 bit

7

RGB 12bit

8

Advertising