Message.parseToc

void parseToc(out gst.toc.Toc toc, out bool updated)

Extract the TOC from the #GstMessage. The TOC returned in the output argument is a copy; the caller must free it with gst_toc_unref() when done.

MT safe.

Parameters

tocreturn location for the TOC.
updatedreturn location for the updated flag.