Message.parseToc

Extract the TOC from the gstreamer.Message The TOC returned in the output argument is a copy; the caller must free it with 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.