You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KristofferStrube.Blazor.WebAudio/AudioNodes/PannerNode.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ public async Task SetConeInnerAngleAsync(double value)
255
255
}
256
256
257
257
/// <summary>
258
-
/// Gets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGain"/>.
258
+
/// Gets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGainAsync"/>.
259
259
/// The default value is <c>360</c>.
260
260
/// The behavior is undefined if the angle is outside the interval <c>[0, 360]</c>.
261
261
/// </summary>
@@ -266,7 +266,7 @@ public async Task<double> GetConeOuterAngleAsync()
266
266
}
267
267
268
268
/// <summary>
269
-
/// Sets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGain"/>.
269
+
/// Sets the parameter for directional audio sources that is an angle, in degrees, outside of which the volume will be reduced to a constant value of <see cref="GetConeOuterGainAsync"/>.
270
270
/// The default value is <c>360</c>.
271
271
/// The behavior is undefined if the angle is outside the interval <c>[0, 360]</c>.
0 commit comments