gst.custom_meta
Module for [CustomMeta] class
class CustomMeta
Types 1
classCustomMeta
Extra custom metadata. The @structure field is the same as returned by gst.custom_meta.CustomMeta.getStructure.
Since 1.24 it can be serialized using gst.meta.Meta.serialize and gst.meta.Meta.deserialize, but only if the #GstStructure does not contain any fields that cannot be serialized, see gst.types.SerializeFlags.Strict.
Fields
GstCustomMeta _cInstanceMethods
void * _cPtr() nothrowgst.structure.Structure structure() @property nothrowGet `structure` field. Returns: #GstStructure containing custom metadata.gst.structure.Structure getStructure() nothrowRetrieve the #GstStructure backing a custom meta, the structure's mutability is conditioned to the writability of the #GstBuffer meta is attached to. Returns: the #GstStructure backing meta