AudioDeviceOutputNode.Listener Property

Definition

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

public:
 property AudioNodeListener ^ Listener { AudioNodeListener ^ get(); void set(AudioNodeListener ^ value); };
AudioNodeListener Listener();

void Listener(AudioNodeListener value);
public AudioNodeListener Listener { get; set; }
var audioNodeListener = audioDeviceOutputNode.listener;
audioDeviceOutputNode.listener = audioNodeListener;
Public Property Listener As AudioNodeListener

Property Value

The spatial audio listener associated with the AudioDeviceInputNode.

Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to