Method
AravisCamerauv_get_bandwidth_bounds
Declaration [src]
void
arv_camera_uv_get_bandwidth_bounds (
ArvCamera* camera,
guint* min,
guint* max,
GError** error
)
Parameters
min |
guint* |
Minimum bandwidth. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
max |
guint* |
Maximum bandwidth. |
|
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 . |