NSSound - pause and resume
NSSound - pause and resume
- Subject: NSSound - pause and resume
- From: John Nestor <email@hidden>
- Date: Fri, 04 Jan 2002 13:04:23 -0500
Just started monkeying with NSSound. Made a little player that will load
a sound, play it on command, and stop it on command (good doggie).
However I can't get pause or resume to have any effect.(bad doggie).
Stepping thru with the debugger the call [mySound pause] returns 1 which
is supposed to mean success. However the sound clip keeps on playing.
Any ideas on what I am missing here? Thanks for any help. JN