Method
AravisCameraget_x_binning_bounds
Declaration [src]
void
arv_camera_get_x_binning_bounds (
ArvCamera* camera,
gint* min,
gint* max,
GError** error
)
Parameters
min |
gint* |
Minimum binning. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
max |
gint* |
Maximum binning. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |