AudioSubmixNode.Emitter 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 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)
|