AudioSubmixNode.Emitter Property

Definition

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

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

Property Value

The spatial audio emitter associated with the AudioSubmixNode.

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