tagListToXmpBuffer
fn
gst.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
list | tags |
readOnly | does the container forbid inplace editing |
schemas | null terminated array of schemas to be used on serialization |
Returns
new buffer or null, unref the buffer when done