class

Pipewire::Metadata

Inherits Pipewire::EventListener < Pipewire::Base < Reference < Object

Constants

EVENT_LISTENER_VERSION = LibPipewire::VERSION_METADATA_EVENTS

Constructors

new(pointer : Pointer(T))
Source

Instance methods

clear
Source
on_property

Registers the block as a new handler for the event property.

A reference to the returned instance of EventListenerProperty is held by self, until EventListenerProperty#remove is called. This prevents the garbage collector from collecting the event handler. The instance of EventListenerProperty also holds a reference to self.

Source
remove_event_listeners

Removes each event handler registered on this instance.

Source
set_property(subject, key, type, value)
Source

Nested types