ftp.nice.ch/pub/next/graphics/movie/MovieApp.0.02.s.tar.gz#/Fun_With_Movies/MovieApp/MovieView.h

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

#import <appkit/View.h>

@interface MovieView:View
{
    id *frames; /* pointer to array of Bitmap id's */
    int width, height, currentFrame, numFrames;
    char *path;
}

+ newPath:(const char *)thePath Width:(int)w Height:(int)h NumFrames:(int)nf;
- showFrameNumber:(int)frameNumber;
- (int)numFrames;
- (int)currentFrame;
- free;

@end

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