![]() |
libxcoder
5.2.0
|
Application for manually managing NETINT video processing devices on system. Its code provides examples on how to programatically use ni_rsrc_api.h for NETINT resource management. More...
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "ni_rsrc_api.h"
#include "ni_rsrc_priv.h"
#include "ni_util.h"
Go to the source code of this file.
Functions | |
int | main (void) |
Application for manually managing NETINT video processing devices on system. Its code provides examples on how to programatically use ni_rsrc_api.h for NETINT resource management.
Definition in file test_rsrc_api.c.
int main | ( | void | ) |
Definition at line 622 of file test_rsrc_api.c.