Hi,
If you want to Pause an instance of NSSound which is being played in Cocoa Mac, use the following line of code.
[yourSound pause];
‘yourSound’ is the NSSound Object.
Similarlyl for resuming NSSound in cocoa Mac
[yourSound resume];
Hi,
If you want to Pause an instance of NSSound which is being played in Cocoa Mac, use the following line of code.
[yourSound pause];
‘yourSound’ is the NSSound Object.
Similarlyl for resuming NSSound in cocoa Mac
[yourSound resume];