Wp.SiLink¶
- Implementations:
None
Methods¶
|
|
|
|
Virtual Methods¶
Properties¶
None
Signals¶
Name |
Short Description |
---|---|
Fields¶
None
Class Details¶
- class Wp.SiLink¶
- Bases:
- Structure:
An interface for session items that provide a PipeWire link.
- get_in_item()¶
- Returns:
the input item that is linked by this link
- Return type:
Gets the input item linked by the link.
- get_out_item()¶
- Returns:
the output item that is linked by this link
- Return type:
Gets the output item linked by the link.
- get_properties()¶
- Returns:
the properties of the link
- Return type:
Gets the properties of the link.
- get_registration_info()¶
- Returns:
registration info for the link
- Return type:
This should return information that is used for registering the link, as a
GLib.Variant
of type a{ss} that contains additional properties to be added to the list of global properties.
- do_get_in_item() virtual¶
- Returns:
the input item that is linked by this link
- Return type:
Gets the input item linked by the link.
- do_get_out_item() virtual¶
- Returns:
the output item that is linked by this link
- Return type:
Gets the output item linked by the link.
- do_get_properties() virtual¶
- Returns:
the properties of the link
- Return type:
Gets the properties of the link.
- do_get_registration_info() virtual¶
- Returns:
registration info for the link
- Return type:
This should return information that is used for registering the link, as a
GLib.Variant
of type a{ss} that contains additional properties to be added to the list of global properties.