Condividi tramite


AUAudioUnitBusArray.AddObserver Metodo

Definizione

Aggiunge un osservatore chiave-valore a ogni bus nella matrice.

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

Parametri

observer
NSObject

L'osservatore KVO da aggiungere a tutti gli autobus nella matrice.

keyPath
String

Keypath relativo all'oggetto che identifica la proprietà da osservare.

options
NSKeyValueObservingOptions

Opzioni di osservazione per l'osservatore.

context
IntPtr

nativeint

Oggetto o valore utilizzato per disambiguare le chiamate dell'osservatore.

Attributi

Si applica a