Up
Authors
- Enrico Sersale (
enrico@imago.ro
)
-
Load, manipulate and play sounds
Copyright: (C) 2002 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSSound.h
- Conforms to:
- NSCoding
- NSCopying
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (BOOL)
canInitWithPasteboard: (
NSPasteboard*)pasteboard;
Availability: OpenStep
Description forthcoming.
+ (id)
soundNamed: (NSString*)name;
Availability: OpenStep
Description forthcoming.
+ (NSArray*)
soundUnfilteredFileTypes;
Availability: OpenStep
Description forthcoming.
+ (NSArray*)
soundUnfilteredPasteboardTypes;
Availability: OpenStep
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (id)
initWithContentsOfFile: (NSString*)path
byReference: (BOOL)byRef;
Availability: OpenStep
Description forthcoming.
- (id)
initWithContentsOfURL: (NSURL*)url
byReference: (BOOL)byRef;
Availability: OpenStep
Description forthcoming.
- (id)
initWithData: (NSData*)data;
Availability: OpenStep
Description forthcoming.
- (id)
initWithPasteboard: (
NSPasteboard*)pasteboard;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isPlaying;
Availability: OpenStep
Description forthcoming.
- (NSString*)
name;
Availability: OpenStep
Description forthcoming.
- (BOOL)
pause;
Availability: OpenStep
Description forthcoming.
- (BOOL)
play;
Availability: OpenStep
Description forthcoming.
- (BOOL)
resume;
Availability: OpenStep
Description forthcoming.
- (void)
setDelegate: (id)aDelegate;
Availability: OpenStep
Description forthcoming.
- (BOOL)
setName: (NSString*)aName;
Availability: OpenStep
Description forthcoming.
- (BOOL)
stop;
Availability: OpenStep
Description forthcoming.
- (void)
writeToPasteboard: (
NSPasteboard*)pasteboard;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSSound Class
@protected int _channelCount;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSData* _data;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int _dataFormat;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected long int _dataLocation;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected long int _dataSize;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _delegate;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected long int _frameCount;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _frameSize;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _name;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _onlyReference;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _samplingRate;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _uniqueIdentifier;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSSound.h
Availability: OpenStep
Description forthcoming.
Method summary
- (NSString*)
pathForSoundResource: (NSString*)name;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSSound.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
sound: (
NSSound*)sound
didFinishPlaying: (BOOL)aBool;
Availability: OpenStep
Description forthcoming.
Up