Gst.CustomMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
meta |
r/w |
parent |
|
structure |
r/w |
|
Methods¶
|
Details¶
- class Gst.CustomMeta¶
Extra custom metadata. The structure field is the same as returned by
Gst.CustomMeta.get_structure
().Since 1.24 it can be serialized using
Gst.Meta.serialize
() andGst.Meta.deserialize
(), but only if theGst.Structure
does not contain any fields that cannot be serialized, seeGst.SerializeFlags.STRICT
.New in version 1.20.
- get_structure()[source]¶
- Returns:
the
Gst.Structure
backing self- Return type:
Retrieve the
Gst.Structure
backing a custom meta, the structure’s mutability is conditioned to the writability of theGst.Buffer
self is attached to.New in version 1.20.