AudioDeviceOutputNode.Listener Property
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.
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)
|