AUAudioUnitBusArray.RemoveObserver(NSObject, String, IntPtr) 方法

定义

从数组中的每个总线中删除指定的键值观察程序。

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

参数

observer
NSObject

要从数组中的所有总线中删除的 KVO 观察程序。

keyPath
String

标识要删除的观察程序的对象相对键路径。

context
IntPtr

nativeint

用于消除观察程序调用歧义的对象或值。

属性

适用于