Structure.serializeFull

string serializeFull(gst.types.SerializeFlags flags) nothrow

Alias for gst.structure.Structure.serialize but with nullable annotation because it can return null when gst.types.SerializeFlags.Strict flag is set.

Parameters

flagsThe flags to use to serialize structure

Returns

a pointer to string allocated by glib.global.gmalloc.

glib.global.gfree after usage.