GstVulkanWayland.VulkanDisplayWayland

g GObject.InitiallyUnowned GObject.InitiallyUnowned Gst.Object Gst.Object GObject.InitiallyUnowned->Gst.Object GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GstVulkan.VulkanDisplay GstVulkan.VulkanDisplay Gst.Object->GstVulkan.VulkanDisplay GstVulkanWayland.VulkanDisplayWayland GstVulkanWayland.VulkanDisplayWayland GstVulkan.VulkanDisplay->GstVulkanWayland.VulkanDisplayWayland

Subclasses:

None

Methods

Inherited:

GstVulkan.VulkanDisplay (10), Gst.Object (27), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (name)

class

new_with_display (display)

Virtual Methods

Inherited:

GstVulkan.VulkanDisplay (2), Gst.Object (1), GObject.Object (7)

Properties

Inherited:

Gst.Object (2)

Signals

Inherited:

Gst.Object (1), GObject.Object (1)

Fields

Inherited:

Gst.Object (1), GObject.Object (1)

Name

Type

Access

Description

compositor

object

r

display

object

r

foreign_display

bool

r

parent

GstVulkan.VulkanDisplay

r

registry

object

r

shell

object

r

subcompositor

object

r

Class Details

class GstVulkanWayland.VulkanDisplayWayland(**kwargs)
Bases:

GstVulkan.VulkanDisplay

Abstract:

No

Structure:

GstVulkanWayland.VulkanDisplayWaylandClass

the contents of a GstVulkanWayland.VulkanDisplayWayland are private and should only be accessed through the provided API

New in version 1.18.

classmethod new(name)
Parameters:

name (str or None) – a display name

Returns:

a new GstVulkanWayland.VulkanDisplayWayland or None

Return type:

GstVulkanWayland.VulkanDisplayWayland or None

Create a new GstVulkanWayland.VulkanDisplayWayland from the wayland display name. See ``wl_display_connect``() for details on what is a valid name.

New in version 1.18.

classmethod new_with_display(display)
Parameters:

display (object or None) – an existing, wayland display

Returns:

a new GstVulkanWayland.VulkanDisplayWayland

Return type:

GstVulkanWayland.VulkanDisplayWayland

Creates a new display connection from a wl_display Display.

New in version 1.18.