IAudioNodeWithListener IAudioNodeWithListener IAudioNodeWithListener IAudioNodeWithListener Interface

Definition

The interface implemented by audio nodes that support a spatial audio listener.

public : interface IAudioNodeWithListenerpublic interface IAudioNodeWithListenerPublic Interface IAudioNodeWithListener// You can use this interface in JavaScript.
Inheritance
IClosableIDisposableIDisposableIDisposable
IAudioNodeWithListenerIAudioNodeWithListenerIAudioNodeWithListenerIAudioNodeWithListener
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited methods

Inherited properties

Properties

Listener Listener Listener Listener

Gets or sets the AudioNodeListener that describes the position and other characteristics of the listener from which the node's audio is heard when spatial audio processing is used.

public : AudioNodeListener Listener { get; set; }public AudioNodeListener Listener { get; set; }Public ReadWrite Property Listener As AudioNodeListener// You can use this property in JavaScript.

See Also