Click or drag to resize

AudioEffectRecordSetFormat Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectRecord.SetFormat(Godot.AudioStreamSample.FormatEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFormat is deprecated. Use the Format property instead.")]
public void SetFormat(
	AudioStreamSampleFormatEnum format
)

Parameters

format
Type: GodotAudioStreamSampleFormatEnum

[Missing <param name="format"/> documentation for "M:Godot.AudioEffectRecord.SetFormat(Godot.AudioStreamSample.FormatEnum)"]

See Also