Class

AstalWpVideo

since: 0.1

Description

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

Is instanciated by AstalWpWp. An instance of class can only be received there.

This is a convinience class and acts as a filter for AstalWpWp to filter for video endpoints and devices.

Available since: 0.1

Ancestors

Constructors

astal_wp_video_new
No description available.

since: 0.1

Instance methods

astal_wp_video_get_device

The device with the given id.

since: 0.1

astal_wp_video_get_devices

A list containing the devices.

since: 0.1

astal_wp_video_get_recorder

The recorder with the given id.

since: 0.1

astal_wp_video_get_recorders

A list containing the video recorders.

since: 0.1

astal_wp_video_get_sink

The sink with the given id.

since: 0.1

astal_wp_video_get_sinks

A list containing the video sinks.

since: 0.1

astal_wp_video_get_source

The source with the given id.

since: 0.1

astal_wp_video_get_sources

A list containing the video sources.

since: 0.1

astal_wp_video_get_stream

The stream with the given id.

since: 0.1

astal_wp_video_get_streams

A list containing the video streams.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalWp.Video:devices

A list of AstalWpEndpoint objects.

since: 0.1

AstalWp.Video:recorders
No description available.

since: 0.1

AstalWp.Video:sinks

A list of AstalWpEndpoint objects.

since: 0.1

AstalWp.Video:sources

A list of AstalWpEndpoint objects.

since: 0.1

AstalWp.Video:streams

A list of AstalWpEndpoint objects.

since: 0.1

Signals

AstalWp.Video::device-added
No description available.

since: 0.1

AstalWp.Video::device-removed
No description available.

since: 0.1

AstalWp.Video::recorder-added
No description available.

since: 0.1

AstalWp.Video::recorder-removed
No description available.

since: 0.1

AstalWp.Video::sink-added
No description available.

since: 0.1

AstalWp.Video::sink-removed
No description available.

since: 0.1

AstalWp.Video::source-added
No description available.

since: 0.1

AstalWp.Video::source-removed
No description available.

since: 0.1

AstalWp.Video::stream-added
No description available.

since: 0.1

AstalWp.Video::stream-removed
No description available.

since: 0.1

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 AstalWpVideoClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.