Message.newToc

gst.message.Message newToc(gst.object.ObjectWrap src, gst.toc.Toc toc, bool updated) static nothrow

Create a new TOC message. The message is posted by elements that discovered or updated a TOC.

Parameters

srcthe object originating the message.
toc#GstToc structure for the message.
updatedwhether TOC was updated or not.

Returns

a new TOC message.

MT safe.