ftp.nice.ch/pub/next/graphics/video/DVR.1.0.N.bs.tar.gz#/DVR/MyApp.h

This is MyApp.h in view mode; [Download] [Up]

#import <appkit/Application.h>

@interface MyApp:Application
{
  id videoView;
  id inputBox;		// Inspector for Input
  id outputBox;		// Inspector for Output
  id window;		// Inspector window
  id bufWindow;		// Buffered Video Window
  id nretWindow;		// NonRetained Window
  id ioPopup;		// Popup menu for I/O
  id retainedButton;	// Switch for buffered/nonretained window
  BOOL buffed;		// Boolean for whether the window is buffered 
  int mode;		// NX_FROMINPUT or NX_FROMVIEW
}

- appDidInit:sender;
- setInput:sender;

- setBrightness:sender;
- setGamma:sender;
- setOutGamma:sender;
- setHue:sender;
- setSaturation:sender;
- setSharpness:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.