Gst.MetaInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| api | GObject.GType | r/w | tag identifying the metadata structure and api | 
| free_func | Gst.MetaFreeFunction | r/w | function for freeing the metadata | 
| init_func | Gst.MetaInitFunction | r/w | function for initializing the metadata | 
| size | int | r/w | size of the metadata | 
| transform_func | Gst.MetaTransformFunction | r/w | function for transforming the metadata | 
| type | GObject.GType | r/w | type identifying the implementor of the api | 
Methods¶
None
Details¶
- 
class Gst.MetaInfo¶
- The - Gst.MetaInfoprovides information about a specific metadata structure.