Vuo  2.3.2
Typedefs | Functions
VuoScreenCapture.h File Reference

Description

VuoScreenCapture interface.

Definition in file VuoScreenCapture.h.

Go to the source code of this file.

Typedefs

typedef void * VuoScreenCapture
 Manages capturing from a display. More...
 

Functions

VuoScreenCapture VuoScreenCapture_make (VuoScreen screen, VuoRectangle rectangle, void(*capturedImage)(VuoImage image))
 Creates a screen capture manager, and starts firing the capturedImage callback. More...
 

Typedef Documentation

◆ VuoScreenCapture

typedef void* VuoScreenCapture

Manages capturing from a display.

Definition at line 13 of file VuoScreenCapture.h.

Function Documentation

◆ VuoScreenCapture_make()

VuoScreenCapture VuoScreenCapture_make ( VuoScreen  screen,
VuoRectangle  rectangle,
void(*)(VuoImage image)  capturedImage 
)

Creates a screen capture manager, and starts firing the capturedImage callback.

Definition at line 126 of file VuoScreenCapture.m.