GstVulkanDisplayWayland
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstVulkanDisplay ╰──GstVulkanDisplayWayland
the contents of a GstVulkanDisplayWayland are private and should only be accessed through the provided API
Members
parent
		(GstVulkanDisplay)
		–
	display
		(wl_display*)
		–
	registry
		(wl_registry*)
		–
	compositor
		(wl_compositor*)
		–
	subcompositor
		(wl_subcompositor*)
		–
	shell
		(wl_shell*)
		–
	Class structure
GstVulkanWayland.VulkanDisplayWaylandClass
Attributes
object_class
		(GstVulkan.VulkanDisplayClass)
		–
	GstVulkanWayland.VulkanDisplayWaylandClass
Attributes
object_class
		(GstVulkan.VulkanDisplayClass)
		–
	GstVulkanWayland.VulkanDisplayWayland
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstVulkan.VulkanDisplay ╰──GstVulkanWayland.VulkanDisplayWayland
the contents of a GstVulkanWayland.VulkanDisplayWayland are private and should only be accessed through the provided API
Members
parent
		(GstVulkan.VulkanDisplay)
		–
	display
		(Object)
		–
	registry
		(Object)
		–
	compositor
		(Object)
		–
	subcompositor
		(Object)
		–
	shell
		(Object)
		–
	GstVulkanWayland.VulkanDisplayWayland
GObject.Object ╰──GObject.InitiallyUnowned ╰──Gst.Object ╰──GstVulkan.VulkanDisplay ╰──GstVulkanWayland.VulkanDisplayWayland
the contents of a GstVulkanWayland.VulkanDisplayWayland are private and should only be accessed through the provided API
Members
parent
		(GstVulkan.VulkanDisplay)
		–
	display
		(object)
		–
	registry
		(object)
		–
	compositor
		(object)
		–
	subcompositor
		(object)
		–
	shell
		(object)
		–
	Constructors
gst_vulkan_display_wayland_new
GstVulkanDisplayWayland * gst_vulkan_display_wayland_new (const gchar * name)
Create a new GstVulkanDisplayWayland from the wayland display name.  See wl_display_connect()
for details on what is a valid name.
Parameters:
name
					(
						
[allow-none]
						)
				–
	a display name
a new GstVulkanDisplayWayland or NULL
Since : 1.18
GstVulkanWayland.VulkanDisplayWayland.prototype.new
function GstVulkanWayland.VulkanDisplayWayland.prototype.new(name: String): {
    // javascript wrapper for 'gst_vulkan_display_wayland_new'
}
Create a new GstVulkanWayland.VulkanDisplayWayland from the wayland display name.  See wl_display_connect()
for details on what is a valid name.
Parameters:
name
					(
						String
						)
				–
	a display name
Since : 1.18
GstVulkanWayland.VulkanDisplayWayland.new
def GstVulkanWayland.VulkanDisplayWayland.new (name):
    #python wrapper for 'gst_vulkan_display_wayland_new'
Create a new GstVulkanWayland.VulkanDisplayWayland from the wayland display name.  See wl_display_connect()
for details on what is a valid name.
Parameters:
name
					(
						str
						)
				–
	a display name
Since : 1.18
gst_vulkan_display_wayland_new_with_display
GstVulkanDisplayWayland * gst_vulkan_display_wayland_new_with_display (wl_display* display)
Creates a new display connection from a wl_display Display.
Parameters:
display
				–
	an existing, wayland display
a new GstVulkanDisplayWayland
Since : 1.18
GstVulkanWayland.VulkanDisplayWayland.prototype.new_with_display
function GstVulkanWayland.VulkanDisplayWayland.prototype.new_with_display(display: Object): {
    // javascript wrapper for 'gst_vulkan_display_wayland_new_with_display'
}
Creates a new display connection from a wl_display Display.
Parameters:
display
					(
						Object
						)
				–
	an existing, wayland display
Since : 1.18
GstVulkanWayland.VulkanDisplayWayland.new_with_display
def GstVulkanWayland.VulkanDisplayWayland.new_with_display (display):
    #python wrapper for 'gst_vulkan_display_wayland_new_with_display'
Creates a new display connection from a wl_display Display.
Parameters:
display
					(
						object
						)
				–
	an existing, wayland display
Since : 1.18
Function Macros
GST_VULKAN_DISPLAY_WAYLAND_CAST
#define GST_VULKAN_DISPLAY_WAYLAND_CAST(obj) ((GstVulkanDisplayWayland*)(obj))
GST_VULKAN_DISPLAY_WAYLAND_DISPLAY
#define GST_VULKAN_DISPLAY_WAYLAND_DISPLAY(display_) (GST_VULKAN_DISPLAY_WAYLAND (display_)->display)
The results of the search are