- Inherits from:
- NSCopying : NSCoding : NSObject (NSObject)
Declared in:
- AppKit/NSSound.h
Description forthcoming.
- TBD Method Group Name
- + canInitWithPasteboard:
- + soundNamed:
- + soundUnfilteredFileTypes
- + soundUnfilteredPasteboardTypes
- - delegate
- - initWithContentsOfFile:byReference:
- - initWithContentsOfURL:byReference:
- - initWithPasteboard:
- - name
- - pause
- - play
- - resume
- - setDelegate:
- - setName:
- - stop
- - writeToPasteboard:
+ (BOOL)canInitWithPasteboard:(NSPasteboard *)pasteboard;
+ (id)soundNamed:(NSString *)name;
+ (NSArray *)soundUnfilteredFileTypes;
+ (NSArray *)soundUnfilteredPasteboardTypes;
- (id)delegate;
- (id)initWithContentsOfFile:(NSString *)path
byReference:(BOOL)byRef;
- (id)initWithContentsOfURL:(NSURL *)url byReference:(BOOL)byRef;
- (id)initWithPasteboard:(NSPasteboard *)pasteboard;
- (BOOL)isPlaying;
- (NSString *)name;
- (BOOL)pause;
- (BOOL)play;
- (BOOL)resume;
- (void)setDelegate:(id)aDelegate;
- (BOOL)setName:(NSString *)string;
- (BOOL)stop;
- (void)writeToPasteboard:(NSPasteboard *)pasteboard;
- (void)sound:(NSSound *)sound didFinishPlaying:(BOOL)aBool;