AUAudioUnitBusArray.RemoveObserver(NSObject, String, IntPtr) Method

Definition

Removes the specified key-value observer from every bus in the array.

[Foundation.Export("removeObserverFromAllBusses:forKeyPath:context:")]
public virtual void RemoveObserver (Foundation.NSObject observer, string keyPath, IntPtr context);
override this.RemoveObserver : Foundation.NSObject * string * nativeint -> unit

Parameters

observer
NSObject

The KVO observer to remove from all buses in the array.

keyPath
String

The object-relative keypath that identifies the observer to remove.

context
IntPtr

nativeint

The object or value that was used to disambiguate observer calls.

Attributes

Applies to