7 other functions, Other functions – ADLINK PCIe-2602 User Manual

Page 61

Advertising
background image

Function Library

51

PCIe-2602-FLR

int Sdi_SetAudioClockPhaseDataBypass (UINT

Number, UINT Status)

int Sdi_GetAudioClockPhaseDataBypass (UINT

Number, UINT& Status)

C#

int SetAudioClockPhaseDataBypass (uint Number,

uint Status)

int GetAudioClockPhaseDataBypass (uint Number,

out uint Status)

VB.Net

SetAudioClockPhaseDataBypass (ByVal Number As

UInteger, ByVal Status As UInteger) As Integer

GetAudioClockPhaseDataBypass (ByVal Number As

UInteger, ByRef Status As UInteger) As Integer

Parameter(s)

Number

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

to 31.

Status

Specifies the bypass status of audio clock phase data, with

the allowed values:

0: no bypass

1: bypass audio clock phase data generating audio clocks

only based on the assumption that A/V clocks are synced.

Return Value

No error occurs if return value ≥ 0; if a negative value, please refer
to Other Functions for return code error information.

2.4.7

Other Functions

Error Text

Retrieves error text string.

Advertising