This is IVdrD.h in view mode; [Download] [Up]
#import "IMediaD.h"
#import <appkit/View.h>
#import <appkit/Matrix.h>
@interface IVdrD:IMediaD
{
List *frameList;
List *fragmentList;
double interval;
View *videoWindow;
View *videoView;
Matrix *videoButtons;
NXImage *image;
DPSTimedEntry dpsTimedEntryId;
double realStartTime;
double startTime;
int currentFrameNo;
int currentFragmentNo;
}
- actionForButtons:sender;
- play;
- stop;
- plus;
- minus;
- stopPlay;
- (BOOL)displayNextFrame:(int)direction;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.