GstGLContextCocoa

GstGLContextCocoa

Synopsis

struct              GstGLContextCocoa;
GstGLContextCocoa * gst_gl_context_cocoa_new            (GstGLDisplay *display);
guintptr            gst_gl_context_cocoa_get_current_context
                                                        (void);
CGLPixelFormatObj   gst_gl_context_cocoa_get_pixel_format
                                                        (GstGLContextCocoa *context);

Description

Details

struct GstGLContextCocoa

struct GstGLContextCocoa {
};

gst_gl_context_cocoa_new ()

GstGLContextCocoa * gst_gl_context_cocoa_new            (GstGLDisplay *display);

gst_gl_context_cocoa_get_current_context ()

guintptr            gst_gl_context_cocoa_get_current_context
                                                        (void);

gst_gl_context_cocoa_get_pixel_format ()

CGLPixelFormatObj   gst_gl_context_cocoa_get_pixel_format
                                                        (GstGLContextCocoa *context);