AudioDeviceInputNode.Emitter Property

Definition

Gets the AudioNodeEmitter that describes the position and other physical characteristics of the emitter from which the AudioDeviceInputNode audio is emitted when spatial audio processing is used.

public:
 property AudioNodeEmitter ^ Emitter { AudioNodeEmitter ^ get(); };
AudioNodeEmitter Emitter();
public AudioNodeEmitter Emitter { get; }
var audioNodeEmitter = audioDeviceInputNode.emitter;
Public ReadOnly Property Emitter As AudioNodeEmitter

Property Value

The spatial audio emitter 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)

Remarks

Create an AudioDeviceInputNode with an AudioNodeEmitter by calling the overload of CreateDeviceInputNodeAsync that accepts an emitter as an argument.

Applies to