Vuo  2.0.0
VuoWindowRecorder.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifndef NS_RETURNS_INNER_POINTER
13 #define NS_RETURNS_INNER_POINTER
14 #endif
15 #import <AppKit/AppKit.h>
16 
17 #import "VuoGlPool.h"
18 
19 @class VuoGraphicsWindow;
20 
24 @interface VuoWindowRecorder : NSObject
25 - (instancetype)initWithWindow:(VuoGraphicsWindow *)window url:(NSURL *)url;
26 - (void)saveImage:(VuoIoSurface)vis;
27 - (void)finish;
28 @end
29