ftp.nice.ch/pub/next/tools/workspace/WrapperInspector.s.tar.gz#/WrapperInspector/SoundSubInspector.h

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

//----------------------------------------------------------------------------------------------------
//
//	SoundSubInspector
//
//	Inherits From:		DefaultSubInspector
//
//	Declared In:		SoundSubInspector.h
//
//	Class Description
//
//		SoundSubInspector manages subinspection of 'snd' files.
//		
//	Disclaimer
//
//		You may freely copy, distribute and reuse this software and its
//		associated documentation. I disclaim any warranty of any kind, 
//		expressed or implied, as to its fitness for any particular use.
//
//----------------------------------------------------------------------------------------------------
#import "DefaultSubInspector.h"


@interface SoundSubInspector : DefaultSubInspector
{
	id	sound;

	id	size;
	id	samples;
	id	seconds;
	id	format;
	id	rate;
	id	channels;
	id 	info;
}

//----------------------------------------------------------------------------------------------------
//  Action Methods
//----------------------------------------------------------------------------------------------------
- play: sender;


@end

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