Buffer.this

Creates a new buffer that wraps the given @data. The memory will be freed with g_free and will be marked writable.

MT safe.

Parameters

data ubyte[]

data to wrap

Return Value

a new #GstBuffer

Throws

ConstructionException GTK+ fails to create the object.

Meta