![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
Simple C interface to NTV2. More...
Go to the source code of this file.
Functions | |
| bool | ntv2card_open (int index, void **card) |
| void | ntv2card_close (void *card) |
| bool | ntv2card_get_display_name (void *card, char *display, int size) |
| bool | ntv2card_get_description (void *card, char *description, int size) |
| bool | ntv2card_get_serial_number (void *card, char *serial, int size) |
| bool | ntv2card_register_read (void *card, unsigned int reg, unsigned int *data) |
| bool | ntv2card_register_write (void *card, unsigned int reg, unsigned int data) |
Simple C interface to NTV2.
Definition in file ntv2link.cpp.
| void ntv2card_close | ( | void * | card | ) |
Definition at line 25 of file ntv2link.cpp.
| bool ntv2card_get_description | ( | void * | card, |
| char * | description, | ||
| int | size | ||
| ) |
Definition at line 44 of file ntv2link.cpp.
| bool ntv2card_get_display_name | ( | void * | card, |
| char * | display, | ||
| int | size | ||
| ) |
Definition at line 34 of file ntv2link.cpp.
| bool ntv2card_get_serial_number | ( | void * | card, |
| char * | serial, | ||
| int | size | ||
| ) |
Definition at line 54 of file ntv2link.cpp.
| bool ntv2card_open | ( | int | index, |
| void ** | card | ||
| ) |
Definition at line 12 of file ntv2link.cpp.
| bool ntv2card_register_read | ( | void * | card, |
| unsigned int | reg, | ||
| unsigned int * | data | ||
| ) |
Definition at line 66 of file ntv2link.cpp.
| bool ntv2card_register_write | ( | void * | card, |
| unsigned int | reg, | ||
| unsigned int | data | ||
| ) |
Definition at line 74 of file ntv2link.cpp.