Vuo  2.3.2
VuoWindowRecorder.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoMacOSSDKWorkaround.h"
13 #import <Foundation/Foundation.h>
14 
15 #import "VuoGlPool.h"
16 
17 @class VuoGraphicsWindow;
18 
22 @interface VuoWindowRecorder : NSObject
23 - (instancetype)initWithWindow:(VuoGraphicsWindow *)window url:(NSURL *)url;
24 - (void)saveImage:(VuoIoSurface)vis;
25 - (void)finish;
26 @end