Flags

Details

class GstVulkan.VulkanDisplayType(value)

Bases: GObject.GFlags

New in version 1.18.

ANY = -1

any display type

NONE = 0

no display

XCB = 1

XCB display

WIN32 = 16

win32 display

WAYLAND = 2

wayland display

ANDROID = 32
COCOA = 4

cocoa display for macOS

IOS = 8

ios display

class GstVulkan.VulkanFormatFlags(value)

Bases: GObject.GFlags

New in version 1.18.

YUV = 1

is a YUV format

COMPLEX = 16

data is stored complex and cannot be read/write only using the information in the GstVulkan.VulkanFormatInfo

RGB = 2

is a RGB format

ALPHA = 4

has an alpha channel

LE = 8

data is stored in little-endiate byte order