ADLINK PCIe-2602 User Manual

Page 53

Advertising
background image

Function Library

43

PCIe-2602-FLR

Parameter(s)

Number

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

to 31.

StreamInfo

Structure of audio data and size as:

C/C++

typedef struct _ AUDIO_STREAM_INFO

{

void *Data;

UINT Size;

} AUDIO_STREAM_INFO;

C#

public struct AUDIO_STREAM_INFO

{

public IntPtr Data;

public uint Size;

}

VB.Net

Public Structure AUDIO_STREAM_INFO

Public Data As IntPtr

Public Size As UInteger

End Structure

Return Value

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

Advertising