tagListAddId3Image

Adds an image from an ID3 APIC frame (or similar, such as used in FLAC) to the given tag list. Also see gsttag.global.tagImageDataToImageSample for more information on image tags in GStreamer.

bool
tagListAddId3Image

Parameters

tagList gst.tag_list.TagList

a tag list

imageData ubyte[]

the (encoded) image

id3PictureType uint

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

Return Value

Type: bool

true if the image was processed, otherwise false