Message.newApplication

gst.message.Message newApplication(gst.object.ObjectWrap src, gst.structure.Structure structure) static nothrow

Create a new application-typed message. GStreamer will never create these messages; they are a gift from us to you. Enjoy.

Parameters

srcThe object originating the message.
structurethe structure for the message. The message will take ownership of the structure.

Returns

The new application message.

MT safe.