add_id3_image


Description:


public bool add_id3_image (TagList tag_list, uint8[] image_data, uint id3_picture_type)

Adds an image from an ID3 APIC frame (or similar, such as used in FLAC) to the given tag list.

Also see image_data_to_image_sample for more information on image tags in GStreamer.

Parameters:

tag_list

a tag list

image_data

the (encoded) image

id3_picture_type

picture type as per the ID3 (v2.4.0) specification for the APIC frame (0 = unknown/other)

image_data_len

the length of the encoded image data at image_data

Returns:

true if the image was processed, otherwise false


Namespace: Gst.Tag.List