Method

AravisCamerauv_get_bandwidth_bounds

Declaration [src]

void
arv_camera_uv_get_bandwidth_bounds (
  ArvCamera* camera,
  guint* min,
  guint* max,
  GError** error
)

Description

No description available.
Available since:0.8.0

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.