Vuo  1.2.8
Public Attributes | List of all members
VuoScreenCaptureInternal Struct Reference

Description

Data for a screen capture instance.

Public Attributes

CVOpenGLTextureCacheRef textureCache
 A quick way to convert a CGPixelBuffer to an OpenGL texture. More...
 
dispatch_queue_t queue
 Serializes access to glContext. More...
 
AVCaptureSession * session
 Manages capturing the screen. More...
 
VuoScreenCaptureDelegatedelegate
 Internal class invoked when a frame is captured. More...
 
void(* capturedImageTrigger )(VuoImage image)
 The node callback to invoke when a frame is captured. More...
 

Member Data Documentation

◆ capturedImageTrigger

void(* VuoScreenCaptureInternal::capturedImageTrigger) (VuoImage image)

The node callback to invoke when a frame is captured.

◆ delegate

VuoScreenCaptureDelegate* VuoScreenCaptureInternal::delegate

Internal class invoked when a frame is captured.

◆ queue

dispatch_queue_t VuoScreenCaptureInternal::queue

Serializes access to glContext.

◆ session

AVCaptureSession* VuoScreenCaptureInternal::session

Manages capturing the screen.

◆ textureCache

CVOpenGLTextureCacheRef VuoScreenCaptureInternal::textureCache

A quick way to convert a CGPixelBuffer to an OpenGL texture.


The documentation for this struct was generated from the following file: