Class (GI Struct)

Gst-1.0GstMetaInfo

The Gst.MetaInfo provides information about a specific metadata structure.

Index

Constructors

Properties

api: GType
clear_func: MetaClearFunction
deserialize_func: MetaDeserializeFunction
free_func: MetaFreeFunction
init_func: MetaInitFunction
serialize_func: MetaSerializeFunction
size: number
transform_func: MetaTransformFunction
type: GType
$gtype: GType<Gst.MetaInfo>

Methods

  • Registers a new meta.

    Use the structure returned by gst_meta_info_new(), it consumes it and the structure shouldnt be used after. The one returned by the function can be kept.

    Returns Gst.MetaInfo

    the registered meta