Class

AstalWpEndpoint

since: 0.1

Description

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

Available since: 0.1

Ancestors

Instance methods

astal_wp_endpoint_get_description

Gets the description of this endpoint.

since: 0.1

astal_wp_endpoint_get_icon

Gets the icon for this endpoint.

since: 0.1

astal_wp_endpoint_get_id

Gets the id of the endpoint.

since: 0.1

astal_wp_endpoint_get_is_default
No description available.

since: 0.1

astal_wp_endpoint_get_lock_channels
No description available.

since: 0.1

astal_wp_endpoint_get_media_class

Gets the media class of the endpoint.

since: 0.1

astal_wp_endpoint_get_mute

Gets the mute status of the endpoint.

since: 0.1

astal_wp_endpoint_get_name

Gets the name of this endpoint.

since: 0.1

astal_wp_endpoint_get_volume

Gets the volume.

since: 0.1

astal_wp_endpoint_get_volume_icon
No description available.

since: 0.1

astal_wp_endpoint_set_is_default
No description available.

since: 0.1

astal_wp_endpoint_set_lock_channels
No description available.

since: 0.1

astal_wp_endpoint_set_mute

Sets the mute status for the endpoint.

since: 0.1

astal_wp_endpoint_set_volume

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

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalWp.Endpoint:description

The description of this endpoint.

since: 0.1

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.

since: 0.1

AstalWp.Endpoint:id

The pipewire id of this endpoint.

since: 0.1

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.

since: 0.1

AstalWp.Endpoint:lock-channels

Whether to lock the channels together or not.

since: 0.1

AstalWp.Endpoint:media-class

The media class of this endpoint.

since: 0.1

AstalWp.Endpoint:mute

The mute state of this endpoint.

since: 0.1

AstalWp.Endpoint:name

The name of this endpoint.

since: 0.1

AstalWp.Endpoint:volume

The volume of this endpoint.

since: 0.1

AstalWp.Endpoint:volume-icon

The volume icon of this endpoint.

since: 0.1

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.

unstable since: 2.0

Class structure

struct AstalWpEndpointClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.