to_exif_buffer


Description:


public Buffer to_exif_buffer (TagList taglist, int byte_order, uint32 base_offset)

Formats the tags in taglist on exif format.

The resulting buffer contains the tags IFD and is followed by the data pointed by the tag entries.

Parameters:

taglist

The taglist

byte_order

byte order used in writing (G_LITTLE_ENDIAN or G_BIG_ENDIAN)

base_offset

Offset from the tiff header first byte

Returns:

A GstBuffer containing the tag entries followed by the tag data


Namespace: Gst.Tag.List