9 #import <Foundation/Foundation.h>
10 #import "GSVideoStreamNotificationDelegate.h"
11 #import "GSVideoStreamPolicyDelegate.h"
12 #import "GSVideoCaptureDevice.h"
24 id<GSVideoCaptureDevice> captureDevice;
32 @property (nonatomic, retain) NSWindow* window;
33 @property (nonatomic)
void* renderer;
34 @property (nonatomic)
unsigned int zOrder;
35 @property (nonatomic)
float left;
36 @property (nonatomic)
float top;
37 @property (nonatomic)
float right;
38 @property (nonatomic)
float bottom;
40 @property (nonatomic, retain) id<GSVideoCaptureDevice> captureDevice;
42 - (id)initWithWindow:(NSWindow*) theWindow
43 renderer:(
void*) theRenderer
44 zOrder:(
unsigned int) theZorder
47 right:(
float) theRight
48 bottom:(
float) theBottom