AudioFrameInputNode.Emitter Property

Definition

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

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

Property Value

The spatial audio emitter associated with the AudioFrameInputNode.

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 AudioFrameInputNode with an AudioNodeEmitter by calling the overload of CreateFrameInputNode that accepts an emitter as an argument.

Applies to