Method

AravisBufferget_image_height

since: 0.4.0

Declaration [src]

gint
arv_buffer_get_image_height (
  ArvBuffer* buffer
)

Description [src]

Gets the image width.

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.4.0

Return value

Type: gint

Image height, in pixels.