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
toc | return location for the TOC. |
updated | return location for the updated flag. |