Message.parseToc

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.

class Message
void
parseToc
(
out Toc toc
,
out bool updated
)

Parameters

toc Toc

return location for the TOC.

updated bool

return location for the updated flag.

Meta