Method

AravisCameraget_chunk_state

Declaration [src]

gboolean
arv_camera_get_chunk_state (
  ArvCamera* camera,
  const char* chunk,
  GError** error
)

Description [src]

Gets state of 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.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if chunk is enabled.