Method

AravisCameraset_chunk_state

Declaration [src]

void
arv_camera_set_chunk_state (
  ArvCamera* camera,
  const char* chunk,
  gboolean is_enabled,
  GError** error
)

Description [src]

Sets state of a chunk data. Chunk data are be embedded in ArvBuffer only if chunk mode is active. Please see arv_camera_set_chunk_mode().

Available since:0.8.0

Parameters

chunk const char*
 

Chunk data name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
is_enabled gboolean
 

Wether to enable this chunk.

error GError **
  The return location for a GError*, or NULL.