gstvideo.video_gltexture_upload_meta
Module for [VideoGLTextureUploadMeta] class
class VideoGLTextureUploadMeta
Types 1
Extra buffer metadata for uploading a buffer to an OpenGL texture ID. The caller of [gstvideo.video_gltexture_upload_meta.VideoGLTextureUploadMeta.upload] must have OpenGL set up and call this from a thread where it is valid to upload something to an OpenGL texture.
Fields
GstVideoGLTextureUploadMeta _cInstanceMethods
void * _cPtr()gstvideo.types.VideoGLTextureOrientation textureOrientation() @propertyGet `textureOrientation` field. Returns: Orientation of the texturesvoid textureOrientation(gstvideo.types.VideoGLTextureOrientation propval) @propertySet `textureOrientation` field. Params: propval = Orientation of the texturesvoid nTextures(uint propval) @propertySet `nTextures` field. Params: propval = Number of textures that are generatedbool upload(uint[] textureId)Uploads the buffer which owns the meta to a specific texture ID.