Click or drag to resize

AudioStreamSampleSetStereo Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamSample.SetStereo(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStereo is deprecated. Use the Stereo property instead.")]
public void SetStereo(
	bool stereo
)

Parameters

stereo
Type: SystemBoolean

[Missing <param name="stereo"/> documentation for "M:Godot.AudioStreamSample.SetStereo(System.Boolean)"]

See Also