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