Class (GI Struct)

GstGL-1.0GstGLGLRenderbufferSince 1.10

GstGLRenderbuffer is a GstGL.GLBaseMemory subclass providing support for OpenGL renderbuffers.

GstGL.GLRenderbuffer is created or wrapped through gst_gl_base_memory_alloc() with GstGL.GLRenderbufferAllocationParams.

1.10

Index

Constructors

Properties

height: number
renderbuffer_format: GstGL.GLFormat
renderbuffer_id: number
renderbuffer_wrapped: boolean
width: number

Methods

  • Initializes the GL Base Texture allocator. It is safe to call this function multiple times. This must be called before any other GstGLRenderbuffer operation.

    Returns void