GstVulkan.VulkanImageView

Fields

Name

Type

Access

Description

create_info

Vulkan.ImageViewCreateInfo

r/w

the creation information for this view

device

GstVulkan.VulkanDevice

r/w

the GstVulkan.VulkanDevice

image

GstVulkan.VulkanImageMemory

r/w

the associated GstVulkan.VulkanImageMemory for this view

parent

Gst.MiniObject

r/w

the parent Gst.MiniObject

view

Vulkan.ImageView

r/w

the vulkan image view handle

Methods

class

new (image, create_info)

Details

class GstVulkan.VulkanImageView

New in version 1.18.

classmethod new(image, create_info)
Parameters:
Returns:

A new GstVulkan.VulkanImageView from image and create_info

Return type:

GstVulkan.VulkanImageView

New in version 1.18.