AudioNodeEmitter.Shape 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 an object describing the shape in which the emitter emits audio.
public:
property AudioNodeEmitterShape ^ Shape { AudioNodeEmitterShape ^ get(); };
AudioNodeEmitterShape Shape();
public AudioNodeEmitterShape Shape { get; }
var audioNodeEmitterShape = audioNodeEmitter.shape;
Public ReadOnly Property Shape As AudioNodeEmitterShape
Property Value
An object describing the shape in which the emitter emits audio.
Remarks
Create an AudioNodeEmitter with a particular shape by using the overload of the AudioNodeEmitter constructor.