AudioNodeEmitterConeProperties AudioNodeEmitterConeProperties AudioNodeEmitterConeProperties AudioNodeEmitterConeProperties Class

Definition

Describes the cone shape used by an AudioNodeEmitterShape. At the inner angle of the cone, audio is not attenuated at all. At the outer angle of the cone, audio is fully attenuated.

public : sealed class AudioNodeEmitterConeProperties : IAudioNodeEmitterConePropertiespublic sealed class AudioNodeEmitterConeProperties : IAudioNodeEmitterConePropertiesPublic NotInheritable Class AudioNodeEmitterConeProperties Implements IAudioNodeEmitterConeProperties// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Set the audio emitter cone properties by calling AudioNodeEmitterShape.CreateCone. Get an instance of this class by accessing the AudioNodeEmitterShape.ConeProperties.

Properties

InnerAngle InnerAngle InnerAngle InnerAngle

Gets the inner angle of an audio node emitter cone shape. This is the angle at which the audio is not attenuated at all.

public : double InnerAngle { get; }public double InnerAngle { get; }Public ReadOnly Property InnerAngle As double// You can use this property in JavaScript.
Value
double double double double

The inner angle of a an audio node emitter cone shape.

Remarks

Set the inner angle of an emitter cone shape by calling AudioNodeEmitterShape.CreateCone.

OuterAngle OuterAngle OuterAngle OuterAngle

Gets the outer angle of a an audio node emitter cone shape, expressed in radians. This is the angle at which the audio is fully attenuated.

public : double OuterAngle { get; }public double OuterAngle { get; }Public ReadOnly Property OuterAngle As double// You can use this property in JavaScript.
Value
double double double double

The outer angle of a an audio node emitter cone shape

Remarks

Set the outer angle of an emitter cone shape by calling AudioNodeEmitterShape.CreateCone.

OuterAngleGain OuterAngleGain OuterAngleGain OuterAngleGain

Gets a value indicating the gain applied at the outer angle of the cone.

public : double OuterAngleGain { get; }public double OuterAngleGain { get; }Public ReadOnly Property OuterAngleGain As double// You can use this property in JavaScript.
Value
double double double double

A value indicating the gain applied at the outer angle of the cone.

Remarks

Set the outer angle gain of an emitter cone shape by calling AudioNodeEmitterShape.CreateCone.