Vuo 2.4.4
Loading...
Searching...
No Matches
VuoSyphonSender.h
Go to the documentation of this file.
1
12#import <AppKit/AppKit.h>
13#import <Syphon.h>
14
15#import "VuoGlContext.h"
16#import "VuoImage.h"
17
21@interface VuoSyphonSender : NSObject
22{
23
24}
25
26@property(retain) SyphonServer *syphonServer;
27
28- (void) initServerWithName:(NSString *)name;
29- (void) publishFrame:(VuoImage)image;
30- (void) setName:(NSString*)newName;
31- (void) stop;
32
33@end