Wp.ImplMetadata¶
- Subclasses:
None
Methods¶
- Inherited:
Wp.Metadata (4), Wp.GlobalProxy (4), Wp.Proxy (4), Wp.Object (12), GObject.Object (37)
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The metadata name |
||
r/w/co |
The metadata properties |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Wp.ImplMetadata(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Implementation of the metadata object. Activate this object with at least
Wp.ProxyFeatures.PROXY_FEATURE_BOUND
to export it to PipeWire.- classmethod new(core)¶
- Parameters:
core (
Wp.Core
) – the core- Returns:
a new
Wp.ImplMetadata
- Return type:
Creates a new metadata implementation.
- classmethod new_full(core, name, properties)¶
- Parameters:
core (
Wp.Core
) – the coreproperties (
Wp.Properties
orNone
) – the metadata properties
- Returns:
a new
Wp.ImplMetadata
- Return type:
Creates a new metadata implementation with name and properties.
New in version 0.4.3.
Property Details¶
- Wp.ImplMetadata.props.name¶
- Name:
name
- Type:
- Default Value:
''
- Flags:
The metadata name
- Wp.ImplMetadata.props.properties¶
- Name:
properties
- Type:
- Default Value:
- Flags:
The metadata properties