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.Structuredoes not contain any fields that cannot be serialized, seeGst.SerializeFlags.STRICT.New in version 1.20.
- get_structure()[source]¶
- Returns:
the
Gst.Structurebacking self- Return type:
Retrieve the
Gst.Structurebacking a custom meta, the structure’s mutability is conditioned to the writability of theGst.Bufferself is attached to.New in version 1.20.