GstVulkanWayland.VulkanDisplayWayland¶
- Subclasses:
None
Methods¶
- Inherited:
GstVulkan.VulkanDisplay (10), Gst.Object (27), GObject.Object (37)
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
GstVulkan.VulkanDisplay (2), Gst.Object (1), GObject.Object (7)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
compositor |
r |
||
display |
r |
||
foreign_display |
r |
||
parent |
r |
||
registry |
r |
||
shell |
r |
||
subcompositor |
r |
Class Details¶
- class GstVulkanWayland.VulkanDisplayWayland(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
the contents of a
GstVulkanWayland.VulkanDisplayWayland
are private and should only be accessed through the provided APINew in version 1.18.
- classmethod new(name)¶
- Parameters:
- Returns:
- Return type:
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:
- Returns:
- Return type:
Creates a new display connection from a wl_display Display.
New in version 1.18.