Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by Mrunal ( 9 years ago )
NSURL *fileURL = [NSURL URLWithString:@"/System/Library/Audio/UISounds/lock.caf"]; 
SystemSoundID soundID;
AudioServicesCreateSystemSoundID((__bridge_retained CFURLRef)fileURL,&soundID;);

//now you can play this soundID by
AudioServicesPlaySystemSound(soundID);

 

Revise this Paste

Your Name: Code Language: