Pipewire::Device
Inherits Pipewire::EventListener < Pipewire::Base < Reference < Object
Constants
EVENT_LISTENER_VERSION = LibPipewire::VERSION_DEVICE_EVENTS
Constructors
Instance methods
enum_params(seq, id, start, num, filter)
Sourcefinalize
Sourceon_info
Registers the block as a new handler for the event info.
A reference to the returned instance of EventListenerInfo is held by self, until EventListenerInfo#remove is called.
This prevents the garbage collector from collecting the event handler.
The instance of EventListenerInfo also holds a reference to self.
on_param
Registers the block as a new handler for the event param.
A reference to the returned instance of EventListenerParam is held by self, until EventListenerParam#remove is called.
This prevents the garbage collector from collecting the event handler.
The instance of EventListenerParam also holds a reference to self.
set_param(id, flags, pod)
Source