| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.6 and later. |
| Companion guide | |
| Declared in | NSSound.h |
The NSSoundDelegate protocol defines the optional methods implemented by delegates of NSSound objects.
This delegate method is called when an NSSound instance has completed playback of its sound data.
- (void)sound:(NSSound *)sound didFinishPlaying:(BOOL)finishedPlaying
The NSSound that has completed playback of its sound data.
YES when playback was successful; NO otherwise.
NSSound.hLast updated: 2009-04-20