tagListToXmpBuffer

fngst.buffer.Buffer tagListToXmpBuffer(gst.tag_list.TagList list, bool readOnly, string[] schemas)

Formats a taglist as a xmp packet using only the selected schemas. An empty list (null) means that all schemas should be used

Parameters

listtags
readOnlydoes the container forbid inplace editing
schemasnull terminated array of schemas to be used on serialization

Returns

new buffer or null, unref the buffer when done