GormSound

Authors

Gregory John Casamento (greg_casamento@yahoo.com)
A place holder for a sound.

Copyright: (C) 2001 Free Software Foundation, Inc.

Software documentation for the GormSound class

GormSound : GormResource

Declared in:
GormCore/GormSound.h
Description forthcoming.
Method summary

soundForData: withFileName: inWrapper: 

+ (GormSound*) soundForData: (NSData*)aData withFileName: (NSString*)aName inWrapper: (BOOL)flag;
Description forthcoming.

soundForPath: 

+ (GormSound*) soundForPath: (NSString*)aPath;
Creates a GormSound object using the file at path.

soundForPath: inWrapper: 

+ (GormSound*) soundForPath: (NSString*)aPath inWrapper: (BOOL)flag;
Creates a GormSound object using the file at path, and marks it as inside or outside of the.gorm/.nib wrapper.