IEI Integration HDC-4x-Series_SDK_Windows User Manual

Page 30

Advertising
background image

HDC-4x Series SDK (Windows)

Page 30

Description:

Close CPLD.

Parameter:

in_iBusNo: Bus No. of CPLD.

Return:

An integer, see enum type.

6. CPLDManCodecVideoSrcGet(

int

in_iBusNo,

int

in_iCodecNo,

int

* ot_ipValue)

Description:

Get video source of codec.

Parameter:

iBusNo: Bus No. of CPLD.

in_ iCodecNo: Codec No.

ot_ipValue: Integer pointer of video source, used in get funcion.

Return:

An integer, see enum type.

7. CPLDManCodecVideoSrcSet(

int

in_iBusNo,

int

in_iCodecNo,

int

in_iValue)

Description:

Set video source of codec.

Parameter:

iBusNo: Bus No. of CPLD.

in_ iCodecNo: Codec No.

in_iValue: Video source, used in set function.

Return:

An integer, see enum type.

8. CPLDManTXVideoSrcGet(

int

in_iBusNo,

int

in_iTXNo,

int

* ot_ipValue)

Description:

Get video source of transmitter.

Parameter:

iBusNo: Bus No. of CPLD.

in_ iTXNo: Transmitter No.

ot_ipValue: Integer pointer of video source, used in get funcion.

Return:

Advertising