Gst.MetaInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
api |
r/w |
tag identifying the metadata structure and api |
|
clear_func |
r/w |
Function for clearing the metadata, or |
|
deserialize_func |
r/w |
Function for deserializing the metadata, or |
|
free_func |
r/w |
function for freeing the metadata |
|
init_func |
r/w |
function for initializing the metadata |
|
serialize_func |
r/w |
Function for serializing the metadata, or |
|
size |
r/w |
size of the metadata |
|
transform_func |
r/w |
function for transforming the metadata |
|
type |
r/w |
type identifying the implementor of the api |
Methods¶
|
|
|
Details¶
- class Gst.MetaInfo¶
The
Gst.MetaInfo
provides information about a specific metadata structure.- is_custom()[source]¶
- Returns:
whether self was registered as a
Gst.CustomMeta
withGst.Meta.register_custom
()- Return type:
New in version 1.20.