Class

AstalWpEndpoint

Description

final class AstalWp.Endpoint : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Instance methods

astal_wp_endpoint_get_description

Gets the description of this endpoint.

astal_wp_endpoint_get_icon

Gets the icon for this endpoint.

astal_wp_endpoint_get_id

Gets the id of the endpoint.

astal_wp_endpoint_get_is_default
No description available.

astal_wp_endpoint_get_lock_channels
No description available.

astal_wp_endpoint_get_media_class

Gets the media class of the endpoint.

astal_wp_endpoint_get_mute

Gets the mute status of the endpoint.

astal_wp_endpoint_get_name

Gets the name of this endpoint.

astal_wp_endpoint_get_volume

Gets the volume.

astal_wp_endpoint_get_volume_icon
No description available.

astal_wp_endpoint_set_is_default
No description available.

astal_wp_endpoint_set_lock_channels
No description available.

astal_wp_endpoint_set_mute

Sets the mute status for the endpoint.

astal_wp_endpoint_set_volume

Sets the volume level for this endpoint. The volume is clamped to be between 0 and 1.5.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalWp.Endpoint:description

The description of this endpoint.

AstalWp.Endpoint:icon

The icon of this endpoint. Note that endpoints do not have icons associated with them in pipewire, so the icon of the associated device is used instead.

AstalWp.Endpoint:id

The pipewire id of this endpoint.

AstalWp.Endpoint:is-default

Whether this endpoint is the default one used for this media-class. Note that setting this property to false has no effect.

AstalWp.Endpoint:lock-channels

Whether to lock the channels together or not.

AstalWp.Endpoint:media-class

The media class of this endpoint.

AstalWp.Endpoint:mute

The mute state of this endpoint.

AstalWp.Endpoint:name

The name of this endpoint.

AstalWp.Endpoint:volume

The volume of this endpoint.

AstalWp.Endpoint:volume-icon

The volume icon of this endpoint.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalWpEndpointClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.