ADLINK PCIe-2602 User Manual

Page 29

Advertising
background image

Function Library

19

PCIe-2602-FLR

Return Value

No error occurs if return value ≥ 0; if a negative value,

please refer to Other Functions for return code error informa-
tion.

Output Format

Sets or retrieves pixel output format.

Syntax

C/C++

int Sdi_SetOutputFormat (UINT Number, UINT

Format)

int Sdi_GetOutputFormat (UINT Number, UINT &

Format)

C#

int SetOutputFormat (uint Number, uint Format)

int GetOutputFormat (uint Number, out uint

Format)

VB.Net

SetOutputFormat (ByVal Number as UInteger,

ByVal Format as UInteger) As Integer

GetOutputFormat (ByVal Number as UInteger,

ByRef Format as UInteger) As Integer

Parameter(s)

Number

The number of the SDI channel, with allowed values from 0

to 31.

Advertising