parse_toc
Description:
public void parse_toc (
out Toc toc,
out bool updated)
Extract the TOC from the Message.
The TOC returned in the output argument is a copy; the caller must free it with gst_toc_unref
when done.
MT safe.
Parameters:
this |
a valid Message of type GST_MESSAGE_TOC.
|
toc |
return location for the TOC.
|
updated |
return location for the updated flag.
|