The methods of AudioToolbox.SystemSound are listed below. For a list of all members, see the SystemSound Members list.
See Also: Inherited members from System.Object
AddSystemSoundCompletion(Action, CoreFoundation.CFRunLoop)Method to invoke when this sound completes playing. | ||
Close()Closes this system sound. | ||
Finalize()Finalizer for the SystemSound object | ||
static | FromFile(Foundation.NSUrl)Creates a system sound from a file. | |
static | FromFile(string)An array of packet descriptions that describe the contents of the buffer. | |
PlayAlertSound()Plays a sound or alert. | ||
PlaySystemSound()Plays the system sound. | ||
RemoveSystemSoundCompletion()Removes the previously registered completion method. | ||