|
libxcoder
5.3.1
|
#include <ni_rsrc_api.h>
Data Fields | |
| int | supports_codec |
| int | max_res_width |
| int | max_res_height |
| int | min_res_width |
| int | min_res_height |
| char | profiles_supported [NI_PROFILES_SUPP_STR_LEN] |
| char | level [NI_LEVELS_SUPP_STR_LEN] |
| char | additional_info [NI_ADDITIONAL_INFO_STR_LEN] |
Definition at line 73 of file ni_rsrc_api.h.
| char additional_info[NI_ADDITIONAL_INFO_STR_LEN] |
Definition at line 83 of file ni_rsrc_api.h.
| char level[NI_LEVELS_SUPP_STR_LEN] |
Definition at line 82 of file ni_rsrc_api.h.
| int max_res_height |
max resolution
Definition at line 78 of file ni_rsrc_api.h.
| int max_res_width |
Definition at line 77 of file ni_rsrc_api.h.
| int min_res_height |
min resolution
Definition at line 80 of file ni_rsrc_api.h.
| int min_res_width |
Definition at line 79 of file ni_rsrc_api.h.
| char profiles_supported[NI_PROFILES_SUPP_STR_LEN] |
Definition at line 81 of file ni_rsrc_api.h.
| int supports_codec |
supported codec format of enc/dec/scaler/ai of this module
Definition at line 76 of file ni_rsrc_api.h.