Structure.serializeFull

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

class Structure
string
serializeFull

Parameters

flags gst.types.SerializeFlags

The flags to use to serialize structure

Return Value

Type: string

a pointer to string allocated by glib.global.gmalloc. glib.global.gfree after usage.