AUAudioUnitBusArray.RemoveObserver(NSObject, String, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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