GstGL.GLRenderbufferAllocationParams

Fields

Name

Type

Access

Description

height

int

r/w

the height

parent

GstGL.GLAllocationParams

r

renderbuffer_format

GstGL.GLFormat

r/w

the GstGL.GLFormat

width

int

r/w

the width

Methods

class

new (context, alloc_params, renderbuffer_format, width, height)

class

new_wrapped (context, alloc_params, renderbuffer_format, width, height, gl_handle, user_data, notify)

Details

class GstGL.GLRenderbufferAllocationParams

Allocation parameters

classmethod new(context, alloc_params, renderbuffer_format, width, height)[source]
Parameters:
Returns:

a new GstGL.GLRenderbufferAllocationParams for allocating GstGL.GLRenderbuffer's

Return type:

GstGL.GLRenderbufferAllocationParams

New in version 1.10.

classmethod new_wrapped(context, alloc_params, renderbuffer_format, width, height, gl_handle, user_data, notify)[source]
Parameters:
Returns:

a new GstGL.GLRenderbufferAllocationParams for wrapping gl_handle as a renderbuffer

Return type:

GstGL.GLRenderbufferAllocationParams

New in version 1.10.