Method
AravisCameracreate_chunk_parser
Declaration [src]
ArvChunkParser*
arv_camera_create_chunk_parser (
ArvCamera* camera
)
Description [src]
Creates a new ArvChunkParser
object, used for the extraction of chunk data from ArvBuffer
.
Available since: | 0.4.0 |
Return value
Returns: | ArvChunkParser |
A new |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |