- CopyFuncType
alias CopyFuncType = void function(GstGLSyncMeta* src, GstBuffer* sbuffer, GstGLSyncMeta* dest, GstBuffer* dbuffer)
Function alias for field copy
- FreeFuncType
alias FreeFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field free
- FreeGlFuncType
alias FreeGlFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field freeGl
- SetSyncFuncType
alias SetSyncFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field setSync
- SetSyncGlFuncType
alias SetSyncGlFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field setSyncGl
- WaitCpuFuncType
alias WaitCpuFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field waitCpu
- WaitCpuGlFuncType
alias WaitCpuGlFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field waitCpuGl
- WaitFuncType
alias WaitFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field wait
- WaitGlFuncType
alias WaitGlFuncType = void function(GstGLSyncMeta* sync, GstGLContext* context)
Function alias for field waitGl
- context
gstgl.glcontext.GLContext context [@property getter]
- context
gstgl.glcontext.GLContext context [@property setter]
- copy
CopyFuncType copy [@property getter]
- free
FreeFuncType free [@property getter]
- freeGl
FreeGlFuncType freeGl [@property getter]
- parent
gst.meta.Meta parent [@property getter]
- setSync
SetSyncFuncType setSync [@property getter]
- setSyncGl
SetSyncGlFuncType setSyncGl [@property getter]
- wait
WaitFuncType wait [@property getter]
- waitCpu
WaitCpuFuncType waitCpu [@property getter]
- waitCpuGl
WaitCpuGlFuncType waitCpuGl [@property getter]
- waitGl
WaitGlFuncType waitGl [@property getter]
#GstGLSyncMeta provides the ability to synchronize the OpenGL command stream with the CPU or with other OpenGL contexts.