C# Class MonoMac.AudioToolbox.AudioService

Show file Open project: kangaroo/maccore

Private Methods

Method Description
AudioServicesAddSystemSoundCompletion ( uint soundId, CFRunLoopRef runLoop, NSString runLoopMode, SystemSoundCompletionCallback completeionRoutine, IntPtr clientData ) : int
AudioServicesGetProperty ( uint propertyId, uint specifierSize, IntPtr specifier, uint &propertyDataSize, IntPtr propertyData ) : int
AudioServicesGetPropertyInfo ( uint propertyId, uint specifierSize, IntPtr specifier, uint &propertyDataSize, bool &writable ) : int
AudioServicesRemoveSystemSoundCompletion ( uint soundId ) : void
AudioServicesSetProperty ( uint propertyId, uint specifierSize, IntPtr specifier, uint propertyDataSize, IntPtr propertyData ) : int