Click or drag to resize

AudioEffectRecordFormat Property

Specifies the format in which the sample will be recorded. See AudioStreamSampleFormatEnum for available formats.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AudioStreamSampleFormatEnum Format { get; set; }

Property Value

Type: AudioStreamSampleFormatEnum
See Also