AudioNodeEmitter.Shape Property

Definition

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.

Applies to