gstgl.glmixer

Module for [GLMixer] class

Types 3

#GstGLMixer helps implement an element that operates on RGBA textures.

Methods
GType _gType() @property
GLMixer self()Returns `this`, for use in `with` statements.
GLMixerGidBuilder builder()Get builder for [gstgl.glmixer.GLMixer] Returns: New builder object
bool processTextures(gst.buffer.Buffer outbuf)Perform processing required and call #GstGLMixerClass::processtextures(). Intended for use within implementations of #GstGLMixerClass::processbuffers().
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gstgl.glmixer.GLMixer]

Methods