ftp.nice.ch/pub/next/graphics/video/Laserdisc.N.bs.tar.gz#/Laserdisc/SonyLDP1450.h

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

/*	SonyLDP1450.h
	15 February 1993
	Eric Celeste / AppTech / 5 Exeter Street / Belmont, MA 02178
	efc@mit.edu
	See .m file for details. Please send me any improvements.
*/
#import <appkit/appkit.h>
#import "LDPlayer.h"

@interface SonyLDP1450:LDPlayer
{
	char lastCommand;
}

////////////////////////////////////////////// Housekeeping Methods
- initDevice:(const char *)device baud:(int)rate;
////////////////////////////////////////////// Control Methods
- searchForChapter:(int)chapter;
- searchForFrame:(int)frame;
- still;
- halt;
- eject;
- playForward;
- playBack;
- fastForward;
- fastBack;
- slowForward;
- slowBack;
- scanForward;
- scanBack;
- frameForward;
- frameBack;
- playFrom:(int)inFrame to:(int)outFrame repeating:(int)times;
- motor:(BOOL)on;
- index:(BOOL)on;
- channelOne:(BOOL)on;
- channelTwo:(BOOL)on;
- mute:(BOOL)on;
- noiseReduction:(BOOL)on;
- clearAll;
////////////////////////////////////////////// Inquiry Methods
- (int)currentFrame;
@end

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