This is MHFhGL3EncoderTool.h in view mode; [Download] [Up]
/* -------------------------------------------------------------------------- Class: MHFhGL3EncoderTool Version: 0.1 File: MHFhGL3EncoderTool.h Written by: Thomas Engel Created: 17.05.1995 (Copyleft) Last modified: 17.05.1995 Note: For a detailed description please read the class documentation. ------------------------------------------------------------------------- */ #import <MHFilterTool.h> @interface MHFhGL3EncoderTool:MHFilterTool { id inputChannelPopButton; id bitratePopButton; id isoCrcSwitch; id swapBytesSwitch; id startButton; id _registerHelper; } - image; - (BOOL)canProcess:aFile for:aController; - revert:sender; - processInput:inPath forOutput:outPath; - startProcessing:sender; - stopProcessing:sender; - bitrateChanged:sender; - _requestedBitrate; - inputChannelChanged:sender; - _requestedInputChannel; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.