Message.parseToc

Extract thef 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 int updated
)

Parameters

toc Toc

return location for the TOC. out[transfer full]

updated int

return location for the updated flag. out

Meta