Gst.Message.prototype.parse_toc
function parse_toc():void {
// Gjs wrapper for gst_message_parse_toc()
}Extract thef TOC from the Gst.Message. The TOC returned in the output argument is a copy; the caller must free it with gst_toc_unref() when done.
MT safe.