Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoScreenCapture.h File Reference

Description

VuoScreenCapture interface.

Typedefs

typedef void * VuoScreenCapture
 Manages capturing from a display.
 

Functions

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

Typedef Documentation

typedef void* VuoScreenCapture

Manages capturing from a display.

Function Documentation

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

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