This is SoundInfo.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> #import <soundkit/soundkit.h> @interface SoundInfo:Object { id siCSound; id siSize; id siFrames; id siFormat; id siTime; id siRate; id siPanel; id siChannels; id siInfo; } + new; - display:(SNDSoundStruct *)sndhdr title:(char const *)title; - displaySound:sound title:(char const *)title; - (BOOL)displaySoundFile:(char const *)path; - setSiCSound:anObject; - setSiSize:anObject; - setSiFrames:anObject; - setSiFormat:anObject; - setSiTime:anObject; - setSiRate:anObject; - setSiPanel:anObject; - setSiChannels:anObject; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.