Method

AravisBufferget_gendc_data

Declaration [src]

void*
arv_buffer_get_gendc_data (
  ArvBuffer* buffer,
  size_t* size
)

Description [src]

GenDC Data accessor.

Available since:0.8.31

Parameters

size size_t*
 

Location to store chunk data size, or NULL.

 The argument will be set by the function.
 The argument can be set to NULL.
 The instance takes ownership of the data, and is responsible for freeing it.

Return value

Returns: An array of guint8
 

A pointer to the GenDC Data .

 The length of the array is in the size argument.
 The data is owned by the instance.