Method

AravisBufferget_part_y

Declaration [src]

gint
arv_buffer_get_part_y (
  ArvBuffer* buffer,
  guint part_id
)

Description [src]

Gets the part y_offset.

This function must only be called if buffer payload is either ARV_BUFFER_PAYLOAD_TYPE_IMAGE, ARV_BUFFER_PAYLOAD_TYPE_EXTENDED_CHUNK_DATA or ARV_BUFFER_PAYLOAD_TYPE_MULTIPART.

Available since:0.8.23

Parameters

part_id guint
 

A part id.

Return value

Returns: gint
 

Y offset, in pixels.