Method

AravisDevicecreate_chunk_parser

Declaration [src]

ArvChunkParser*
arv_device_create_chunk_parser (
  ArvDevice* device
)

Description [src]

Create a ArvChunkParser object, to be used for chunk data extraction from ArvBuffer.

Available since:0.4.0

Return value

Returns: ArvChunkParser
 

A new ArvChunkParser object, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.